ec_gateway.cpp
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C++ 代码 · 共 28 行
CPP
28 行
// EC_Gateway.cpp,v 1.33 2003/07/14 19:01:48 jwillemsen Exp
#include "orbsvcs/Event/EC_Gateway.h"
ACE_RCSID(Event, EC_Gateway, "EC_Gateway.cpp,v 1.33 2003/07/14 19:01:48 jwillemsen Exp")
TAO_EC_Gateway::TAO_EC_Gateway (void)
: handle_ (0)
{
}
TAO_EC_Gateway::~TAO_EC_Gateway (void)
{
}
void
TAO_EC_Gateway::observer_handle (RtecEventChannelAdmin::Observer_Handle h)
{
this->handle_ = h;
}
RtecEventChannelAdmin::Observer_Handle
TAO_EC_Gateway::observer_handle (void) const
{
return this->handle_;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?