diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-21 18:19:05 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-21 18:19:05 +0000 |
commit | 363c29418a22ffa04f9804af62453c04b7b4e9d4 (patch) | |
tree | a95fb857ec1b4457081ff1b6f72641c4656e1bb2 /ace/UPIPE_Addr.h | |
parent | 4905595bd59b6792552aee954a376c5e6f78bc04 (diff) | |
download | ATCD-363c29418a22ffa04f9804af62453c04b7b4e9d4.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/UPIPE_Addr.h')
-rw-r--r-- | ace/UPIPE_Addr.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ace/UPIPE_Addr.h b/ace/UPIPE_Addr.h index 6f86a99547f..1eadd334b93 100644 --- a/ace/UPIPE_Addr.h +++ b/ace/UPIPE_Addr.h @@ -22,4 +22,19 @@ typedef ACE_SPIPE_Addr ACE_UPIPE_Addr; +#if 0 +// We need this "class" to make the class2man documentation utility +// happy. +class ACE_Export ACE_UPIPE_Addr +{ + // = TITLE + // Defines the ACE "user pipe" address family address format. + // + // = DESCRIPTION + // This class has an identical interface to the <ACE_SPIPE_Addr> + // class. In fact, it's simply a typedef! +public: + // = Same interface as <ACE_SPIPE_Addr>. +}; +#endif /* 0 */ #endif /* ACE_UPIPE_ADDR_H */ |