summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-02-12 09:01:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-02-12 09:01:07 +0000
commit341070cee0500225034bc63f1c6865908a36bf02 (patch)
tree90b6f63e94defd51235043ad8a9ae1300f1a81e2
parent53bedbbc422884b1a59280e4f95ccda94dcc5ecf (diff)
downloadATCD-341070cee0500225034bc63f1c6865908a36bf02.tar.gz
ChangeLogTag: Wed Feb 13 08:58:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--ace/UPIPE_Addr.h17
3 files changed, 12 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index e1f5b805bca..d2f509f1a1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Feb 12 08:59:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/UPIPE_Addr.h:
+ Removed ACE_UPIPE_Addr class which isn't used, typedef ACE_UPIPE_Addr
+ still is there.
+
Tue Feb 11 22:19:39 2003 Krishnakumar B <kitty@cse.wustl.edu>
* examples/DLL/Makefile.Today (SHLIB):
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index e1f5b805bca..d2f509f1a1e 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Wed Feb 12 08:59:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/UPIPE_Addr.h:
+ Removed ACE_UPIPE_Addr class which isn't used, typedef ACE_UPIPE_Addr
+ still is there.
+
Tue Feb 11 22:19:39 2003 Krishnakumar B <kitty@cse.wustl.edu>
* examples/DLL/Makefile.Today (SHLIB):
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 */