2 //=============================================================================
6 * @author Carlos O'Ryan (coryan@cs.wustl.edu)
8 //=============================================================================
14 #include "orbsvcs/CosEventCommS.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.
27 class Supplier
: public POA_CosEventComm::PushSupplier
34 int run (int argc
, ACE_TCHAR
* argv
[]);
36 // = The CosEventComm::PushSupplier methods
38 /// The skeleton methods.
39 virtual void disconnect_push_supplier (void);
44 #endif /* SUPPLIER_H */