summaryrefslogtreecommitdiff
path: root/TAO/tao/Asynch_Reply_Dispatcher_Base.i
blob: 2de4ec8c3ea61d45d2f8d8d29b58ed3f1305a18a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

ACE_INLINE void
TAO_Asynch_Reply_Dispatcher_Base::transport (TAO_Transport *t)
{
  if (this->transport_ != 0) {
    TAO_Transport::release (this->transport_);
  }
  this->transport_ = TAO_Transport::_duplicate (t);
}