summaryrefslogtreecommitdiff
path: root/ace/Service_Object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Service_Object.cpp')
-rw-r--r--ace/Service_Object.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/ace/Service_Object.cpp b/ace/Service_Object.cpp
index 00de5f6e056..42786291f87 100644
--- a/ace/Service_Object.cpp
+++ b/ace/Service_Object.cpp
@@ -12,10 +12,8 @@
#include "ace/config-all.h"
ACE_RCSID (ace,
- Service_Object,
- "$Id$")
-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+ Service_Object,
+ "$Id$")
ACE_ALLOC_HOOK_DEFINE(ACE_Service_Object)
ACE_ALLOC_HOOK_DEFINE(ACE_Service_Type)
@@ -126,5 +124,3 @@ ACE_Service_Type::name (const ACE_TCHAR *n)
delete [] const_cast <ACE_TCHAR *> (this->name_);
this->name_ = ACE::strnew (n);
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL