diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-02-12 09:01:07 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-02-12 09:01:07 +0000 |
commit | 341070cee0500225034bc63f1c6865908a36bf02 (patch) | |
tree | 90b6f63e94defd51235043ad8a9ae1300f1a81e2 /ace/UPIPE_Addr.h | |
parent | 53bedbbc422884b1a59280e4f95ccda94dcc5ecf (diff) | |
download | ATCD-341070cee0500225034bc63f1c6865908a36bf02.tar.gz |
ChangeLogTag: Wed Feb 13 08:58:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/UPIPE_Addr.h')
-rw-r--r-- | ace/UPIPE_Addr.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ace/UPIPE_Addr.h b/ace/UPIPE_Addr.h index 1a46f564403..acdec342fe1 100644 --- a/ace/UPIPE_Addr.h +++ b/ace/UPIPE_Addr.h @@ -24,22 +24,5 @@ typedef ACE_SPIPE_Addr ACE_UPIPE_Addr; -#if 0 -// We need this "class" to make the class2man documentation utility -// happy. -/** - * @class ACE_UPIPE_Addr - * - * @brief Defines the ACE "user pipe" address family address format. - * - * This class has an identical interface to the <ACE_SPIPE_Addr> - * class. In fact, it's simply a typedef! - */ -class ACE_Export ACE_UPIPE_Addr -{ -public: - // = Same interface as <ACE_SPIPE_Addr>. -}; -#endif /* 0 */ #include "ace/post.h" #endif /* ACE_UPIPE_ADDR_H */ |