// $Id$ template ACE_INLINE TAO::In_Fixed_Size_SArgument_T::In_Fixed_Size_SArgument_T (void) {} template ACE_INLINE const S & TAO::In_Fixed_Size_SArgument_T::arg (void) const { return *this->x_; } // ========================================================================== template ACE_INLINE TAO::Inout_Fixed_Size_SArgument_T::Inout_Fixed_Size_SArgument_T (void) {} template S & TAO::Inout_Fixed_Size_SArgument_T::arg (void) { return *this->x_; } // ========================================================================== template ACE_INLINE TAO::Out_Fixed_Size_SArgument_T::Out_Fixed_Size_SArgument_T (void) {} template S & TAO::Out_Fixed_Size_SArgument_T::arg (void) { return this->x_; } // ========================================================================== template ACE_INLINE TAO::Ret_Fixed_Size_SArgument_T::Ret_Fixed_Size_SArgument_T (void) {} template ACE_INLINE S & TAO::Ret_Fixed_Size_SArgument_T::arg (void) { return *this->x_; }