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