// -*- C++ -*- TAO_BEGIN_VERSIONED_NAMESPACE_DECL template class Insert_Policy> S const & TAO::In_Vector_SArgument_T::arg () const { return this->x_; } // ========================================================================== template class Insert_Policy> ACE_INLINE TAO::Inout_Vector_SArgument_T::Inout_Vector_SArgument_T () { } template class Insert_Policy> S & TAO::Inout_Vector_SArgument_T::arg () { return this->x_; } // ========================================================================== template class Insert_Policy> ACE_INLINE TAO::Out_Vector_SArgument_T::Out_Vector_SArgument_T () { } template class Insert_Policy> S & TAO::Out_Vector_SArgument_T::arg () { return this->x_; } // ========================================================================== template class Insert_Policy> ACE_INLINE TAO::Ret_Vector_SArgument_T::Ret_Vector_SArgument_T () { } template class Insert_Policy> ACE_INLINE S & TAO::Ret_Vector_SArgument_T::arg () { return this->x_; } TAO_END_VERSIONED_NAMESPACE_DECL