From 94c5b51fa8ed6e5520da2cf5def58b5c0986f072 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Fri, 28 Oct 2005 16:14:56 +0000 Subject: ChangeLogTag:Fri Oct 28 00:01:06 2005 Ossama Othman --- ace/Service_Object.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ace/Service_Object.cpp') diff --git a/ace/Service_Object.cpp b/ace/Service_Object.cpp index 42786291f87..00de5f6e056 100644 --- a/ace/Service_Object.cpp +++ b/ace/Service_Object.cpp @@ -12,8 +12,10 @@ #include "ace/config-all.h" ACE_RCSID (ace, - Service_Object, - "$Id$") + Service_Object, + "$Id$") + +ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_ALLOC_HOOK_DEFINE(ACE_Service_Object) ACE_ALLOC_HOOK_DEFINE(ACE_Service_Type) @@ -124,3 +126,5 @@ ACE_Service_Type::name (const ACE_TCHAR *n) delete [] const_cast (this->name_); this->name_ = ACE::strnew (n); } + +ACE_END_VERSIONED_NAMESPACE_DECL -- cgit v1.2.1