📄 uipmc_acceptor.i
字号:
// -*- C++ -*-
// UIPMC_Acceptor.i,v 1.2 2002/01/13 20:00:12 fhunleth Exp
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_;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -