Initial Patch of Auction House bot rev. 135
[auctionmangos.git] / dep / ACE_wrappers / ace / Timer_List.h
blobf2d9cc2a458e5d2423f71d2560b2ff17419de8ca
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file Timer_List.h
7 * $Id: Timer_List.h 80826 2008-03-04 14:51:23Z wotte $
9 * @author Doug Schmidt
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)
21 # 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
27 // compatibility.
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>
32 ACE_Timer_List;
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 */