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, 5 insertions, 2 deletions
diff --git a/ace/Service_Object.inl b/ace/Service_Object.inl
index 5e1b7ae475e..23eb323085f 100644
--- a/ace/Service_Object.inl
+++ b/ace/Service_Object.inl
@@ -1,7 +1,7 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
// $Id$
-// Service_Object.i
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE ACE_Service_Object_Ptr::ACE_Service_Object_Ptr (ACE_Service_Object *so)
: service_object_ (so)
@@ -62,3 +62,6 @@ ACE_Service_Type::fini_called (void) const
ACE_TRACE ("ACE_Service_Type::fini_called");
return this->fini_already_called_;
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL
+