00001 /* -*- C++ -*- */ 00002 00003 00004 //============================================================================= 00005 /** 00006 * @file UPIPE_Addr.h 00007 * 00008 * $Id: UPIPE_Addr.h,v 1.1.1.4 2003/02/21 18:36:32 chad Exp $ 00009 * 00010 * @author Doug Schmidt 00011 */ 00012 //============================================================================= 00013 00014 00015 #ifndef ACE_UPIPE_ADDR_H 00016 #define ACE_UPIPE_ADDR_H 00017 #include "ace/pre.h" 00018 00019 #include "ace/SPIPE_Addr.h" 00020 00021 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00022 # pragma once 00023 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00024 00025 typedef ACE_SPIPE_Addr ACE_UPIPE_Addr; 00026 00027 #include "ace/post.h" 00028 #endif /* ACE_UPIPE_ADDR_H */
1.2.14 written by Dimitri van Heesch,
© 1997-2002