/* -*- C++ -*- */ // $Id$ template ACE_INLINE ACE_Thread_Timer_Queue_Adapter::ACE_Thread_Timer_Queue_Adapter (void) : ACE_Task_Base (ACE_Thread_Manager::instance ()), condition_ (lock_) { // Assume that we start in active mode. this->active_ = 1; } template ACE_INLINE TQ & ACE_Thread_Timer_Queue_Adapter::timer_queue (void) { return timer_queue_; }