5 #include "ace/Event_Handler.h"
7 #include "TimerDispatcher.h"
10 class CB
: public ACE_Event_Handler
15 // Set the timer id that is being handled by this instance.
16 void setID (long timerID
);
21 // Handle the timeout.
22 virtual int handle_timeout(const ACE_Time_Value
&tv
,
25 virtual int handle_close (ACE_HANDLE handle
,
26 ACE_Reactor_Mask close_mask
);