summaryrefslogtreecommitdiff
path: root/ace/Service_Types.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Service_Types.inl')
-rw-r--r--ace/Service_Types.inl7
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/Service_Types.inl b/ace/Service_Types.inl
index 7412140a4d2..9ebfd705ced 100644
--- a/ace/Service_Types.inl
+++ b/ace/Service_Types.inl
@@ -1,8 +1,11 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+//
// $Id$
#include "ace/ACE.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE void *
ACE_Service_Type_Impl::object (void) const
{
@@ -25,3 +28,5 @@ ACE_Service_Type_Impl::name (const ACE_TCHAR *n)
ACE::strdelete (const_cast<ACE_TCHAR*> (this->name_));
this->name_ = ACE::strnew (n);
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL