// -*- C++ -*- TAO_BEGIN_VERSIONED_NAMESPACE_DECL template class Insert_Policy> ACE_INLINE TAO::In_Fixed_Array_SArgument_T::In_Fixed_Array_SArgument_T (void) { } template class Insert_Policy> ACE_INLINE typename S_forany::_slice_type const * TAO::In_Fixed_Array_SArgument_T::arg () const { S_forany tmp (this->x_); return tmp.in (); } // =========================================================================== template class Insert_Policy> ACE_INLINE TAO::Inout_Fixed_Array_SArgument_T:: Inout_Fixed_Array_SArgument_T (void) { } template class Insert_Policy> ACE_INLINE typename S_forany::_slice_type * TAO::Inout_Fixed_Array_SArgument_T::arg (void) { S_forany tmp (this->x_); return tmp.inout (); } // =========================================================================== template class Insert_Policy> ACE_INLINE TAO::Out_Fixed_Array_SArgument_T:: Out_Fixed_Array_SArgument_T (void) { } template class Insert_Policy> ACE_INLINE typename S_forany::_slice_type * TAO::Out_Fixed_Array_SArgument_T::arg (void) { S_forany tmp (this->x_); return tmp.inout (); } // =========================================================================== template class Insert_Policy> ACE_INLINE TAO::Ret_Fixed_Array_SArgument_T:: Ret_Fixed_Array_SArgument_T (void) { } template class Insert_Policy> ACE_INLINE typename S_forany::_slice_type *& TAO::Ret_Fixed_Array_SArgument_T::arg (void) { return this->x_._retn_arg (); } TAO_END_VERSIONED_NAMESPACE_DECL