2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
5 TAO_Base_Transport_Property::
6 TAO_Base_Transport_Property (TAO_Endpoint *endpoint, CORBA::Boolean flag)
7 : TAO_Transport_Descriptor_Interface (endpoint, flag)
12 TAO_Base_Transport_Property::TAO_Base_Transport_Property (const TAO_Base_Transport_Property &rhs)
13 : TAO_Transport_Descriptor_Interface (rhs.endpoint_->duplicate (), true)
17 TAO_END_VERSIONED_NAMESPACE_DECL