summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Argument_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object_Argument_T.inl')
-rw-r--r--TAO/tao/Object_Argument_T.inl3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/Object_Argument_T.inl b/TAO/tao/Object_Argument_T.inl
index f8105b5a561..b4a778c9299 100644
--- a/TAO/tao/Object_Argument_T.inl
+++ b/TAO/tao/Object_Argument_T.inl
@@ -2,8 +2,6 @@
//
// $Id$
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
template<typename S_ptr, typename Insert_Policy>
ACE_INLINE
TAO::In_Object_Argument_T<S_ptr,Insert_Policy>::In_Object_Argument_T (S_ptr x)
@@ -83,4 +81,3 @@ TAO::Ret_Object_Argument_T<S_ptr,S_var,Insert_Policy>::retn (void)
return this->x_._retn ();
}
-TAO_END_VERSIONED_NAMESPACE_DECL