summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Context.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/Context.inl')
-rw-r--r--TAO/tao/DynamicInterface/Context.inl4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/DynamicInterface/Context.inl b/TAO/tao/DynamicInterface/Context.inl
index 1542333d043..87c338e31e0 100644
--- a/TAO/tao/DynamicInterface/Context.inl
+++ b/TAO/tao/DynamicInterface/Context.inl
@@ -2,6 +2,8 @@
//
// $Id$
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE
void
CORBA::release (CORBA::Context_ptr x)
@@ -91,3 +93,5 @@ CORBA::ContextList::_duplicate (CORBA::ContextList_ptr x)
return x;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL