diff options
Diffstat (limited to 'ACE/ace/UPIPE_Addr.h')
-rw-r--r-- | ACE/ace/UPIPE_Addr.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ACE/ace/UPIPE_Addr.h b/ACE/ace/UPIPE_Addr.h new file mode 100644 index 00000000000..75f948c6bf5 --- /dev/null +++ b/ACE/ace/UPIPE_Addr.h @@ -0,0 +1,33 @@ +// -*- C++ -*- + +//============================================================================= +/** + * @file UPIPE_Addr.h + * + * $Id$ + * + * @author Doug Schmidt + */ +//============================================================================= + + +#ifndef ACE_UPIPE_ADDR_H +#define ACE_UPIPE_ADDR_H + +#include /**/ "ace/pre.h" + +#include "ace/SPIPE_Addr.h" + +#if !defined (ACE_LACKS_PRAGMA_ONCE) +# pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + +typedef ACE_SPIPE_Addr ACE_UPIPE_Addr; + +ACE_END_VERSIONED_NAMESPACE_DECL + +#include /**/ "ace/post.h" + +#endif /* ACE_UPIPE_ADDR_H */ |