00001 // -*- C++ -*- 00002 00003 //============================================================================= 00004 /** 00005 * @file UPIPE_Addr.h 00006 * 00007 * $Id: UPIPE_Addr.h 69062 2005-10-28 23:55:10Z ossama $ 00008 * 00009 * @author Doug Schmidt 00010 */ 00011 //============================================================================= 00012 00013 00014 #ifndef ACE_UPIPE_ADDR_H 00015 #define ACE_UPIPE_ADDR_H 00016 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 ACE_BEGIN_VERSIONED_NAMESPACE_DECL 00026 00027 typedef ACE_SPIPE_Addr ACE_UPIPE_Addr; 00028 00029 ACE_END_VERSIONED_NAMESPACE_DECL 00030 00031 #include /**/ "ace/post.h" 00032 00033 #endif /* ACE_UPIPE_ADDR_H */