// -*- C++ -*- // $Id$ ACE_INLINE TAO_ORB_Core * TAO_Connector::orb_core (void) { return this->orb_core_; } ACE_INLINE void TAO_Connector::orb_core (TAO_ORB_Core *orb_core) { this->orb_core_ = orb_core; } ACE_INLINE CORBA::ULong TAO_Connector::tag (void) const { return this->tag_; } // **************************************************************** ACE_INLINE CORBA::ULong TAO_Acceptor::tag (void) const { return this->tag_; } ACE_INLINE CORBA::Short TAO_Acceptor::priority (void) const { return this->priority_; }