3 //=============================================================================
7 * @author Darrell Brunsch (brunsch@cs.wustl.edu)
9 //=============================================================================
12 #ifndef ACE_TIMER_WHEEL_H
13 #define ACE_TIMER_WHEEL_H
14 #include /**/ "ace/pre.h"
16 #include "ace/Timer_Wheel_T.h"
17 #include "ace/Event_Handler_Handle_Timeout_Upcall.h"
19 #if !defined (ACE_LACKS_PRAGMA_ONCE)
21 #endif /* ACE_LACKS_PRAGMA_ONCE */
23 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
25 // The following typedefs are here for ease of use and backward
28 typedef ACE_Timer_Wheel_T
<ACE_Event_Handler
*,
29 ACE_Event_Handler_Handle_Timeout_Upcall
,
30 ACE_SYNCH_RECURSIVE_MUTEX
>
33 typedef ACE_Timer_Wheel_Iterator_T
<ACE_Event_Handler
*,
34 ACE_Event_Handler_Handle_Timeout_Upcall
,
35 ACE_SYNCH_RECURSIVE_MUTEX
,
36 ACE_Default_Time_Policy
>
37 ACE_Timer_Wheel_Iterator
;
39 ACE_END_VERSIONED_NAMESPACE_DECL
41 #include /**/ "ace/post.h"
42 #endif /* ACE_TIMER_WHEEL_H */