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, 1 insertions, 6 deletions
diff --git a/ace/Service_Types.inl b/ace/Service_Types.inl
index 9ebfd705ced..7412140a4d2 100644
--- a/ace/Service_Types.inl
+++ b/ace/Service_Types.inl
@@ -1,11 +1,8 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
#include "ace/ACE.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE void *
ACE_Service_Type_Impl::object (void) const
{
@@ -28,5 +25,3 @@ 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