2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
4 ACE_INLINE const ACE_INET_Addr&
5 TAO_SCIOP_Acceptor::address () const
7 ACE_ASSERT (this->addrs_ != 0);
10 // The Implementation Repository will have to start supporting
11 // IORs with multiple profiles. For now, we just return the
14 return this->addrs_[0];
17 ACE_INLINE const ACE_INET_Addr *
18 TAO_SCIOP_Acceptor::endpoints ()
20 ACE_ASSERT (this->addrs_ != 0);
25 TAO_END_VERSIONED_NAMESPACE_DECL