diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-28 16:14:56 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-28 16:14:56 +0000 |
commit | 94c5b51fa8ed6e5520da2cf5def58b5c0986f072 (patch) | |
tree | c4fe2b70acf02ce19d199713fff6dec5645d8a93 /ace/Service_Object.cpp | |
parent | 3720d45374c2890b3f9e86ff8ae8a3d4a60ecd29 (diff) | |
download | ATCD-94c5b51fa8ed6e5520da2cf5def58b5c0986f072.tar.gz |
ChangeLogTag:Fri Oct 28 00:01:06 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Service_Object.cpp')
-rw-r--r-- | ace/Service_Object.cpp | 8 |
1 files changed, 6 insertions, 2 deletions
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 <ACE_TCHAR *> (this->name_); this->name_ = ACE::strnew (n); } + +ACE_END_VERSIONED_NAMESPACE_DECL |