summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Var_Size_SArgument_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Var_Size_SArgument_T.inl')
-rw-r--r--TAO/tao/PortableServer/Var_Size_SArgument_T.inl3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/Var_Size_SArgument_T.inl b/TAO/tao/PortableServer/Var_Size_SArgument_T.inl
index 7c516b117ec..11d13f2e9e2 100644
--- a/TAO/tao/PortableServer/Var_Size_SArgument_T.inl
+++ b/TAO/tao/PortableServer/Var_Size_SArgument_T.inl
@@ -2,6 +2,8 @@
//
// $Id$
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
template<typename S,
typename Insert_Policy>
S const &
@@ -66,3 +68,4 @@ TAO::Ret_Var_Size_SArgument_T<S,S_var,Insert_Policy>::arg (void)
return this->x_.out ();
}
+TAO_END_VERSIONED_NAMESPACE_DECL