📄 ec_gateway.cpp
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -