summaryrefslogtreecommitdiff
path: root/TAO/tao/Basic_Argument_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Basic_Argument_T.inl')
-rw-r--r--TAO/tao/Basic_Argument_T.inl5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Basic_Argument_T.inl b/TAO/tao/Basic_Argument_T.inl
index d11f01533bd..c8df439d593 100644
--- a/TAO/tao/Basic_Argument_T.inl
+++ b/TAO/tao/Basic_Argument_T.inl
@@ -1,5 +1,9 @@
+// -*- C++ -*-
+//
// $Id$
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
template<typename S, typename Insert_Policy>
ACE_INLINE
TAO::In_Basic_Argument_T<S, Insert_Policy>::In_Basic_Argument_T (S const & x)
@@ -78,3 +82,4 @@ TAO::Ret_Basic_Argument_T<S, Insert_Policy>::retn (void)
return this->x_;
}
+TAO_END_VERSIONED_NAMESPACE_DECL