summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */