3 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
6 TAO_Transport_Descriptor_Interface::TAO_Transport_Descriptor_Interface (
7 TAO_Endpoint *endpoint,
8 CORBA::Boolean take_ownership)
9 : endpoint_ (endpoint),
11 release_ (take_ownership)
16 TAO_Transport_Descriptor_Interface::TAO_Transport_Descriptor_Interface ()
24 ACE_INLINE TAO_Endpoint *
25 TAO_Transport_Descriptor_Interface::endpoint ()
27 return this->endpoint_;
32 TAO_Transport_Descriptor_Interface::set_bidir_flag (CORBA::Boolean flag)
34 this->bidir_flag_ = flag;
37 TAO_END_VERSIONED_NAMESPACE_DECL