1 #include "tao/Transport_Mux_Strategy.h"
3 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
5 TAO_Transport_Mux_Strategy::TAO_Transport_Mux_Strategy (
6 TAO_Transport
*transport
)
7 : transport_ (transport
)
11 TAO_Transport_Mux_Strategy::~TAO_Transport_Mux_Strategy ()
15 TAO_END_VERSIONED_NAMESPACE_DECL