summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable_Messaging_Utils.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Pluggable_Messaging_Utils.i')
-rw-r--r--TAO/tao/Pluggable_Messaging_Utils.i4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Pluggable_Messaging_Utils.i b/TAO/tao/Pluggable_Messaging_Utils.i
index 0aa88955e5d..7a10993036e 100644
--- a/TAO/tao/Pluggable_Messaging_Utils.i
+++ b/TAO/tao/Pluggable_Messaging_Utils.i
@@ -2,6 +2,8 @@
//$Id$
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE
TAO_Pluggable_Reply_Params_Base::TAO_Pluggable_Reply_Params_Base (void)
: svc_ctx_ (),
@@ -27,3 +29,5 @@ TAO_Pluggable_Reply_Params_Base::service_context_notowned (void)
{
return *this->service_context_;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL