[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / dep / ACE_wrappers / ace / Timer_Wheel.h
blob21ba87761027b748ba915ff778537c94297f2b07
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file Timer_Wheel.h
7 * $Id: Timer_Wheel.h 80826 2008-03-04 14:51:23Z wotte $
9 * @author Darrell Brunsch (brunsch@cs.wustl.edu)
11 //=============================================================================
14 #ifndef ACE_TIMER_WHEEL_H
15 #define ACE_TIMER_WHEEL_H
16 #include /**/ "ace/pre.h"
18 #include "ace/Timer_Wheel_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_Wheel_T<ACE_Event_Handler *,
30 ACE_Event_Handler_Handle_Timeout_Upcall<ACE_SYNCH_RECURSIVE_MUTEX>,
31 ACE_SYNCH_RECURSIVE_MUTEX>
32 ACE_Timer_Wheel;
34 typedef ACE_Timer_Wheel_Iterator_T<ACE_Event_Handler *,
35 ACE_Event_Handler_Handle_Timeout_Upcall<ACE_SYNCH_RECURSIVE_MUTEX>,
36 ACE_SYNCH_RECURSIVE_MUTEX>
37 ACE_Timer_Wheel_Iterator;
39 ACE_END_VERSIONED_NAMESPACE_DECL
41 #include /**/ "ace/post.h"
42 #endif /* ACE_TIMER_WHEEL_H */