📄 echoeventsupplier_i.h
字号:
// EchoEventSupplier_i.h
// Implements a PushSupplier.
#ifndef _EchoEventSupplier_i_h_
#define _EchoEventSupplier_i_h_
#include <orbsvcs/RtecEventCommS.h> // for POA_CosEventComm::PushSupplier
class EchoEventSupplier_i : public virtual POA_RtecEventComm::PushSupplier
{
public:
// Constructor
EchoEventSupplier_i(CORBA::ORB_ptr orb);
virtual void disconnect_push_supplier()
throw(CORBA::SystemException);
private:
CORBA::ORB_var orb_;
};
#endif // _EchoEventSupplier_i_h_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -