summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Object_SArgument_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Object_SArgument_T.inl')
-rw-r--r--TAO/tao/PortableServer/Object_SArgument_T.inl4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/PortableServer/Object_SArgument_T.inl b/TAO/tao/PortableServer/Object_SArgument_T.inl
index 6fcb78ff824..a202807a59d 100644
--- a/TAO/tao/PortableServer/Object_SArgument_T.inl
+++ b/TAO/tao/PortableServer/Object_SArgument_T.inl
@@ -3,8 +3,6 @@
// $Id$
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
template<typename S_ptr,
typename S_var,
typename Insert_Policy>
@@ -79,5 +77,3 @@ TAO::Ret_Object_SArgument_T<S_ptr,S_var,Insert_Policy>::arg (void)
{
return this->x_.out ();
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL