2 //=============================================================================
6 * @author Huang-Ming Huang <hh1@cse.wustl.edu>
8 //=============================================================================
10 #ifndef PUSHCONSUMERIMPL_H
11 #define PUSHCONSUMERIMPL_H
13 #include "orbsvcs/RtecEventCommS.h"
15 class PushConsumer_impl
:
16 public virtual POA_RtecEventComm::PushConsumer
19 PushConsumer_impl(CORBA::ORB_ptr orb
);
22 const RtecEventComm::EventSet
& data
);
24 virtual void disconnect_push_consumer ();
27 PushConsumer_impl(const PushConsumer_impl
&);
28 bool operator==(const PushConsumer_impl
&);