2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
7 Invocation_Adapter::Invocation_Adapter (
11 const char *operation,
13 int collocation_opportunity,
19 , number_args_ (arg_number)
20 , has_in_args_ (has_in_args)
21 , operation_ (operation)
23 , collocation_opportunity_ (collocation_opportunity)
26 , byte_order_ (TAO_ENCAP_BYTE_ORDER)
32 Invocation_Adapter::_tao_byte_order (int byte_order)
34 this->byte_order_ = byte_order;
39 Invocation_Adapter::_tao_byte_order ()
41 return this->byte_order_;
45 TAO_END_VERSIONED_NAMESPACE_DECL