summaryrefslogtreecommitdiff
path: root/ace/DEV_Addr.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/DEV_Addr.inl')
-rw-r--r--ace/DEV_Addr.inl6
1 files changed, 1 insertions, 5 deletions
diff --git a/ace/DEV_Addr.inl b/ace/DEV_Addr.inl
index 820b961d1d0..059c81111a8 100644
--- a/ace/DEV_Addr.inl
+++ b/ace/DEV_Addr.inl
@@ -6,8 +6,6 @@
#include "ace/Global_Macros.h"
#include "ace/os_include/sys/os_socket.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE void
ACE_DEV_Addr::set (const ACE_TCHAR *devname)
{
@@ -35,7 +33,7 @@ ACE_DEV_Addr::operator != (const ACE_DEV_Addr &sap) const
{
ACE_TRACE ("ACE_DEV_Addr::operator !=");
- return !((*this) == sap); // This is lazy, of course... ;-).
+ return !((*this) == sap); // This is lazy, of course... ;-).
}
// Return the path name used for the rendezvous point.
@@ -47,5 +45,3 @@ ACE_DEV_Addr::get_path_name (void) const
return this->devname_;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL