Timer_Queue_Adapters.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Timer_Queue_Adapters.inl,v 4.4 2005/10/28 23:55:10 ossama Exp
00004 
00005 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 template<class TQ> ACE_INLINE TQ *
00008 ACE_Thread_Timer_Queue_Adapter<TQ>::timer_queue (void) const
00009 {
00010   return this->timer_queue_;
00011 }
00012 
00013 template<class TQ> ACE_INLINE int
00014 ACE_Thread_Timer_Queue_Adapter<TQ>::timer_queue (TQ *tq)
00015 {
00016   if (this->delete_timer_queue_ != 0)
00017     delete this->timer_queue_;
00018   this->timer_queue_ = tq;
00019   this->delete_timer_queue_ = 0;
00020   return 0;
00021 }
00022 
00023 template<class TQ> ACE_INLINE ACE_thread_t
00024 ACE_Thread_Timer_Queue_Adapter<TQ>::thr_id (void) const
00025 {
00026   return this->thr_id_;
00027 }
00028 
00029 ACE_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 09:42:07 2006 for ACE by doxygen 1.3.6