1 //=============================================================================
5 * This class implements notifier driver for the Publish/Subscribe example
7 //=============================================================================
12 * @brief Notifier driver for the TAO Publish/Subscribe example.
14 * The driver class for the <Event_Comm::Notifier> object.
16 class Notifier
: public ACE_Event_Handler
20 Notifier (int argc
, ACE_TCHAR
*argv
[]);
25 /// Execute the notifier.
29 /// Handle signals that shut us down.
30 virtual int handle_signal (int signum
,
34 /// The notifier server.