1 // EchoEventSupplier_i.h
2 // Implements a PushSupplier.
4 #ifndef _EchoEventSupplier_i_h_
5 #define _EchoEventSupplier_i_h_
7 #include "orbsvcs/RtecEventCommS.h"// for POA_CosEventComm::PushSupplier
9 class EchoEventSupplier_i
: public virtual POA_RtecEventComm::PushSupplier
13 EchoEventSupplier_i(CORBA::ORB_ptr orb
);
15 virtual void disconnect_push_supplier();
21 #endif // _EchoEventSupplier_i_h_