summaryrefslogtreecommitdiff
path: root/ace/MEM_Addr.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/MEM_Addr.inl')
-rw-r--r--ace/MEM_Addr.inl3
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/MEM_Addr.inl b/ace/MEM_Addr.inl
index ca2c0de2089..dd52742637d 100644
--- a/ace/MEM_Addr.inl
+++ b/ace/MEM_Addr.inl
@@ -5,7 +5,6 @@
#include "ace/Global_Macros.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
// Set the port number.
@@ -107,5 +106,3 @@ ACE_MEM_Addr::operator != (const ACE_INET_Addr &sap) const
ACE_TRACE ("ACE_MEM_Addr::operator !=");
return !((*this) == sap);
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL