?? 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 + -