// $Id$ // EchoEventSupplier_i.h // Implements a PushSupplier. #ifndef _EchoEventSupplier_i_h_ #define _EchoEventSupplier_i_h_ #include // 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_