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