diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-10-21 21:41:34 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-10-21 21:41:34 +0000 |
commit | a5fdebc5f6375078ec1763850a4ca23ec7fe6458 (patch) | |
tree | bcf0a25c3d45a209a6e3ac37b233a4812f29c732 /ace/UPIPE_Addr.h | |
download | ATCD-a5fdebc5f6375078ec1763850a4ca23ec7fe6458.tar.gz |
Initial revision
Diffstat (limited to 'ace/UPIPE_Addr.h')
-rw-r--r-- | ace/UPIPE_Addr.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ace/UPIPE_Addr.h b/ace/UPIPE_Addr.h new file mode 100644 index 00000000000..6f86a99547f --- /dev/null +++ b/ace/UPIPE_Addr.h @@ -0,0 +1,25 @@ +/* -*- C++ -*- */ +// $Id$ + + +// ============================================================================ +// +// = LIBRARY +// ace +// +// = FILENAME +// UPIPE_Addr.h +// +// = AUTHOR +// Doug Schmidt +// +// ============================================================================ + +#if !defined (ACE_UPIPE_ADDR_H) +#define ACE_UPIPE_ADDR_H + +#include "ace/SPIPE_Addr.h" + +typedef ACE_SPIPE_Addr ACE_UPIPE_Addr; + +#endif /* ACE_UPIPE_ADDR_H */ |