echoeventsupplier_i.h

来自「在使用TAO的事件服务过程中」· 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::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 + =
减小字号Ctrl + -
显示快捷键?