// -*- C++ -*- //============================================================================= /** * @file Timer_List.h * * @author Doug Schmidt */ //============================================================================= #ifndef ACE_TIMER_LIST_H #define ACE_TIMER_LIST_H #include /**/ "ace/pre.h" #include "ace/Timer_List_T.h" #include "ace/Event_Handler_Handle_Timeout_Upcall.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ ACE_BEGIN_VERSIONED_NAMESPACE_DECL // The following typedefs are here for ease of use and backward // compatibility. using ACE_Timer_List = ACE_Timer_List_T; using ACE_Timer_List_Iterator = ACE_Timer_List_Iterator_T; ACE_END_VERSIONED_NAMESPACE_DECL #include /**/ "ace/post.h" #endif /* ACE_TIMER_LIST_H */