3 //=============================================================================
7 * $Id: Timer_List.h 80826 2008-03-04 14:51:23Z wotte $
11 //=============================================================================
14 #ifndef ACE_TIMER_LIST_H
15 #define ACE_TIMER_LIST_H
16 #include /**/ "ace/pre.h"
18 #include "ace/Timer_List_T.h"
20 #if !defined (ACE_LACKS_PRAGMA_ONCE)
22 #endif /* ACE_LACKS_PRAGMA_ONCE */
24 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
26 // The following typedefs are here for ease of use and backward
29 typedef ACE_Timer_List_T
<ACE_Event_Handler
*,
30 ACE_Event_Handler_Handle_Timeout_Upcall
<ACE_SYNCH_RECURSIVE_MUTEX
>,
31 ACE_SYNCH_RECURSIVE_MUTEX
>
34 typedef ACE_Timer_List_Iterator_T
<ACE_Event_Handler
*,
35 ACE_Event_Handler_Handle_Timeout_Upcall
<ACE_SYNCH_RECURSIVE_MUTEX
>,
36 ACE_SYNCH_RECURSIVE_MUTEX
>
37 ACE_Timer_List_Iterator
;
39 ACE_END_VERSIONED_NAMESPACE_DECL
41 #include /**/ "ace/post.h"
42 #endif /* ACE_TIMER_LIST_H */