// $Id$ template ACE_INLINE TAO::In_Basic_SArgument_T::In_Basic_SArgument_T (void) {} template ACE_INLINE S TAO::In_Basic_SArgument_T::arg (void) const { return this->x_; } // ================================================================ template ACE_INLINE TAO::Inout_Basic_SArgument_T::Inout_Basic_SArgument_T (void) {} template ACE_INLINE S & TAO::Inout_Basic_SArgument_T::arg (void) { return this->x_; } // ================================================================ template ACE_INLINE TAO::Out_Basic_SArgument_T::Out_Basic_SArgument_T (void) {} template ACE_INLINE S & TAO::Out_Basic_SArgument_T::arg (void) { return this->x_; } // ================================================================ template ACE_INLINE TAO::Ret_Basic_SArgument_T::Ret_Basic_SArgument_T (void) {} template ACE_INLINE S & TAO::Ret_Basic_SArgument_T::arg (void) { return this->x_; }