echoeventsupplier_i.h
来自「corbar RTEC_Federated」· C头文件 代码 · 共 23 行
H
23 行
// EchoEventSupplier_i.h// Implements a PushSupplier.#ifndef _EchoEventSupplier_i_h_#define _EchoEventSupplier_i_h_#include <orbsvcs/RtecEventCommS.h> // for POA_CosEventComm::PushSupplierclass 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 + =
减小字号Ctrl + -
显示快捷键?