1 2 3 4 5 6 7 8
// -*- C++ -*- // $Id$ ACE_INLINE TAO_Transport * TAO_IIOP_Connection_Handler::transport (void) { return &(this->transport_); }