00001 00002 /* -*- C++ -*- */ 00003 00004 //============================================================================= 00005 /** 00006 * @file Timer_Wheel.h 00007 * 00008 * $Id: Timer_Wheel.h,v 1.1.1.3 2001/12/04 14:33:10 chad Exp $ 00009 * 00010 * @author Darrell Brunsch (brunsch@cs.wustl.edu) 00011 */ 00012 //============================================================================= 00013 00014 00015 #ifndef ACE_TIMER_WHEEL_H 00016 #define ACE_TIMER_WHEEL_H 00017 #include "ace/pre.h" 00018 00019 #include "ace/Timer_Wheel_T.h" 00020 00021 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00022 # pragma once 00023 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00024 00025 // The following typedef are here for ease of use and backward 00026 // compatibility. 00027 00028 typedef ACE_Timer_Wheel_T<ACE_Event_Handler *, 00029 ACE_Event_Handler_Handle_Timeout_Upcall<ACE_SYNCH_RECURSIVE_MUTEX>, 00030 ACE_SYNCH_RECURSIVE_MUTEX> 00031 ACE_Timer_Wheel; 00032 00033 typedef ACE_Timer_Wheel_Iterator_T<ACE_Event_Handler *, 00034 ACE_Event_Handler_Handle_Timeout_Upcall<ACE_SYNCH_RECURSIVE_MUTEX>, 00035 ACE_SYNCH_RECURSIVE_MUTEX> 00036 ACE_Timer_Wheel_Iterator; 00037 00038 #include "ace/post.h" 00039 #endif /* ACE_TIMER_WHEEL_H */
1.2.14 written by Dimitri van Heesch,
© 1997-2002