00001 // -*- C++ -*- 00002 // 00003 // $Id: Transport_Connector.inl 74440 2006-09-13 15:01:47Z johnc $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 ACE_INLINE TAO_ORB_Core * 00008 TAO_Connector::orb_core (void) 00009 { 00010 return this->orb_core_; 00011 } 00012 00013 ACE_INLINE void 00014 TAO_Connector::orb_core (TAO_ORB_Core *orb_core) 00015 { 00016 this->orb_core_ = orb_core; 00017 } 00018 00019 ACE_INLINE CORBA::ULong 00020 TAO_Connector::tag (void) const 00021 { 00022 return this->tag_; 00023 } 00024 00025 TAO_END_VERSIONED_NAMESPACE_DECL