📄 sciop_acceptor.i
字号:
// -*- C++ -*-
// SCIOP_Acceptor.i,v 1.2 2003/05/01 21:56:04 gthaker Exp
ACE_INLINE const ACE_INET_Addr&
TAO_SCIOP_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_SCIOP_Acceptor::endpoints (void)
{
ACE_ASSERT (this->addrs_ != 0);
return this->addrs_;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -