// -*- C++ -*- TAO_BEGIN_VERSIONED_NAMESPACE_DECL template class Insert_Policy> ACE_INLINE TAO::In_Basic_SArgument_T::In_Basic_SArgument_T (void) {} template class Insert_Policy> ACE_INLINE S TAO::In_Basic_SArgument_T::arg (void) const { return this->x_; } // ================================================================ template class Insert_Policy> ACE_INLINE TAO::Inout_Basic_SArgument_T::Inout_Basic_SArgument_T (void) {} template class Insert_Policy> ACE_INLINE S & TAO::Inout_Basic_SArgument_T::arg (void) { return this->x_; } // ================================================================ template class Insert_Policy> ACE_INLINE TAO::Out_Basic_SArgument_T::Out_Basic_SArgument_T (void) {} template class Insert_Policy> ACE_INLINE S & TAO::Out_Basic_SArgument_T::arg (void) { return this->x_; } // ================================================================ template class Insert_Policy> ACE_INLINE TAO::Ret_Basic_SArgument_T::Ret_Basic_SArgument_T (void) {} template class Insert_Policy> ACE_INLINE S & TAO::Ret_Basic_SArgument_T::arg (void) { return this->x_; } TAO_END_VERSIONED_NAMESPACE_DECL