summaryrefslogtreecommitdiff
path: root/TAO/tao/Service_Context.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Service_Context.inl')
-rw-r--r--TAO/tao/Service_Context.inl5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/tao/Service_Context.inl b/TAO/tao/Service_Context.inl
index 1facf7680a7..d7540db80b7 100644
--- a/TAO/tao/Service_Context.inl
+++ b/TAO/tao/Service_Context.inl
@@ -2,8 +2,6 @@
//
// $Id$
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE
TAO_Service_Context::TAO_Service_Context (void)
: service_context_ ()
@@ -39,6 +37,7 @@ TAO_Service_Context::set_context (IOP::ServiceContext &context,
cdr);
}
+
ACE_INLINE int
TAO_Service_Context::is_service_id (IOP::ServiceId id)
{
@@ -53,5 +52,3 @@ TAO_Service_Context::is_service_id (IOP::ServiceId id)
}
return 0;
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL