Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git] / TAO / tao / Transport_Mux_Strategy.cpp
blob47c6156fede3254d8ef97bf97f1aef3c8c8a36ce
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