3 //=============================================================================
5 * @file Timer_Queuefwd.h
7 * Forward declarations and typedefs of ACE_Timer_Queue class.
9 * @author Ossama Othman <ossama@dre.vanderbilt.edu>
11 //=============================================================================
13 #ifndef ACE_TIMER_QUEUE_FWD_H
14 #define ACE_TIMER_QUEUE_FWD_H
16 #include /**/ "ace/pre.h"
18 #include "ace/config-all.h"
20 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
22 class ACE_Event_Handler
;
23 template <class TYPE
> class ACE_Abstract_Timer_Queue
;
24 typedef ACE_Abstract_Timer_Queue
<ACE_Event_Handler
*> ACE_Timer_Queue
;
26 ACE_END_VERSIONED_NAMESPACE_DECL
28 #include /**/ "ace/post.h"
30 #endif /* ACE_TIMER_QUEUE_FWD_H */