summaryrefslogtreecommitdiff
path: root/ace/DEV_Addr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/DEV_Addr.cpp')
-rw-r--r--ace/DEV_Addr.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/ace/DEV_Addr.cpp b/ace/DEV_Addr.cpp
index f7e5503b1eb..16b7536e0b0 100644
--- a/ace/DEV_Addr.cpp
+++ b/ace/DEV_Addr.cpp
@@ -1,3 +1,4 @@
+// DEV_Addr.cpp
// $Id$
#include "ace/DEV_Addr.h"
@@ -12,8 +13,6 @@ ACE_RCSID (ace,
DEV_Addr,
"$Id$")
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_ALLOC_HOOK_DEFINE(ACE_DEV_Addr)
// Transform the current address into string format.
@@ -57,7 +56,7 @@ ACE_DEV_Addr::ACE_DEV_Addr (void)
ACE_TRACE ("ACE_DEV_Addr::ACE_DEV_Addr");
(void) ACE_OS::memset ((void *) &this->devname_,
- 0, sizeof this->devname_);
+ 0, sizeof this->devname_);
}
int
@@ -105,4 +104,3 @@ ACE_DEV_Addr::operator= (const ACE_DEV_Addr &sa)
return *this;
}
-ACE_END_VERSIONED_NAMESPACE_DECL