From 341070cee0500225034bc63f1c6865908a36bf02 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 12 Feb 2003 09:01:07 +0000 Subject: ChangeLogTag: Wed Feb 13 08:58:12 UTC 2002 Johnny Willemsen --- ChangeLog | 6 ++++++ ChangeLogs/ChangeLog-03a | 6 ++++++ ace/UPIPE_Addr.h | 17 ----------------- 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 + + * 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 * 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 + + * 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 * 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 - * class. In fact, it's simply a typedef! - */ -class ACE_Export ACE_UPIPE_Addr -{ -public: - // = Same interface as . -}; -#endif /* 0 */ #include "ace/post.h" #endif /* ACE_UPIPE_ADDR_H */ -- cgit v1.2.1