#include <Timer.h>
Inheritance diagram for TAO_Notify_Timer:
Public Types | |
typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_Timer > | Ptr |
Public Member Functions | |
virtual | ~TAO_Notify_Timer () |
Destructor. | |
virtual long | schedule_timer (ACE_Event_Handler *handler, const ACE_Time_Value &delay_time, const ACE_Time_Value &interval)=0 |
Schedule a timer. | |
virtual int | cancel_timer (long timer_id)=0 |
Cancel Timer. |
Definition at line 37 of file Timer.h.
|
Reimplemented from TAO_Notify_Refcountable. Reimplemented in TAO_Notify_Timer_Queue, and TAO_Notify_Timer_Reactor. |
|
Destructor.
Definition at line 42 of file Timer.h.
00042 {}; |
|
Cancel Timer.
Implemented in TAO_Notify_Timer_Queue, and TAO_Notify_Timer_Reactor. |
|
Schedule a timer.
Implemented in TAO_Notify_Timer_Queue, and TAO_Notify_Timer_Reactor. |