2 //=============================================================================
6 * @author Carlos O'Ryan (coryan@cs.wustl.edu)
8 //=============================================================================
14 #include "orbsvcs/RtecEventCommS.h"
16 #if !defined (ACE_LACKS_PRAGMA_ONCE)
18 #endif /* ACE_LACKS_PRAGMA_ONCE */
23 * @brief Simple supplier object
25 * This class is a supplier of events.
26 * It simply publishes one event type.
28 class Supplier
: public POA_RtecEventComm::PushSupplier
35 int run (int argc
, ACE_TCHAR
* argv
[]);
37 // = The RtecEventComm::PushSupplier methods
39 /// The skeleton methods.
40 virtual void disconnect_push_supplier ();
45 #endif /* SUPPLIER_H */