// -*- C++ -*- // $Id$ ACE_INLINE const ACE_INET_Addr& TAO_UIPMC_Acceptor::address (void) const { ACE_ASSERT (this->addrs_ != 0); // @@ This is busted. // The Implementation Repository will have to start supporting // IORs with multiple profiles. For now, we just return the // first addr. // -Ossama return this->addrs_[0]; } ACE_INLINE const ACE_INET_Addr * TAO_UIPMC_Acceptor::endpoints (void) { ACE_ASSERT (this->addrs_ != 0); return this->addrs_; }