summaryrefslogtreecommitdiff
path: root/ace/Service_Object.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Service_Object.inl')
-rw-r--r--ace/Service_Object.inl7
1 files changed, 2 insertions, 5 deletions
diff --git a/ace/Service_Object.inl b/ace/Service_Object.inl
index 23eb323085f..5e1b7ae475e 100644
--- a/ace/Service_Object.inl
+++ b/ace/Service_Object.inl
@@ -1,7 +1,7 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+// Service_Object.i
ACE_INLINE ACE_Service_Object_Ptr::ACE_Service_Object_Ptr (ACE_Service_Object *so)
: service_object_ (so)
@@ -62,6 +62,3 @@ ACE_Service_Type::fini_called (void) const
ACE_TRACE ("ACE_Service_Type::fini_called");
return this->fini_already_called_;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL
-