// $Id$ #if !defined (ACE_TIMER_QUEUE_C) #define ACE_TIMER_QUEUE_C #define ACE_BUILD_DLL #include "ace/config.h" #include "ace/Containers.h" #include "ace/Timer_Queue.h" #if defined (ACE_HAS_BROKEN_HPUX_TEMPLATES) #include "ace/Timer_Queue_T.cpp" #endif /* ACE_HAS_BROKEN_HPUX_TEMPLATES */ #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) template class ACE_Unbounded_Set *>; template class ACE_Node *>; template class ACE_Unbounded_Set_Iterator *>; template class ACE_Timer_Node_T; template class ACE_Timer_Queue_T, ACE_SYNCH_RECURSIVE_MUTEX>; template class ACE_Timer_Queue_Iterator_T, ACE_SYNCH_RECURSIVE_MUTEX>; #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) #pragma instantiate ACE_Unbounded_Set *> #pragma instantiate ACE_Node *> #pragma instantiate ACE_Unbounded_Set_Iterator *> #pragma instantiate ACE_Timer_Node_T #pragma instantiate ACE_Timer_Queue_T, ACE_SYNCH_RECURSIVE_MUTEX> #pragma instantiate ACE_Timer_Queue_Iterator_T, ACE_SYNCH_RECURSIVE_MUTEX> #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ #endif /* ACE_TIMER_QUEUE_C */