#include <Reactor_Timer_Interface.h>
Inheritance diagram for ACE_Reactor_Timer_Interface:

| Public Member Functions | |
| virtual | ~ACE_Reactor_Timer_Interface (void) | 
| virtual long | schedule_timer (ACE_Event_Handler *event_handler, const void *arg, const ACE_Time_Value &delay, const ACE_Time_Value &interval=ACE_Time_Value::zero)=0 | 
| virtual int | reset_timer_interval (long timer_id, const ACE_Time_Value &interval)=0 | 
| virtual int | cancel_timer (long timer_id, const void **arg=0, int dont_call_handle_close=1)=0 | 
| virtual int | cancel_timer (ACE_Event_Handler *event_handler, int dont_call_handle_close=1)=0 | 
Definition at line 33 of file Reactor_Timer_Interface.h.
| 
 | 
| 
 Definition at line 12 of file Reactor_Timer_Interface.cpp. 
 00013 {
00014 }
 | 
| 
 | ||||||||||||
| 
 Implemented in ACE_Reactor. | 
| 
 | ||||||||||||||||
| 
 Implemented in ACE_Reactor. Referenced by ACE_Event_Handler_Handle_Timeout_Upcall< ACE_LOCK >::timeout(). | 
| 
 | ||||||||||||
| 
 Implemented in ACE_Reactor. | 
| 
 | ||||||||||||||||||||
| 
 Implemented in ACE_Reactor. | 
 1.3.6
 
1.3.6