Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tao / Dynamic_TP / DTP_Thread_Pool.inl
blob105c1891782ef7fefffa321b6606527ec853020c
1 // -*- C++ -*-
2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
4 ACE_INLINE
5 TAO_DTP_Thread_Pool &
6 TAO_DTP_Thread_Pool_Threads::pool () const
8   return this->pool_;
11 ACE_INLINE
12 TAO_DTP_Thread_Pool_Manager &
13 TAO_DTP_Thread_Pool::manager () const
15   return this->manager_;
18 ACE_INLINE
19 CORBA::ULong
20 TAO_DTP_Thread_Pool::id () const
22   return this->id_;
25 ACE_INLINE
26 bool
27 TAO_DTP_Thread_Pool::use_timeouts () const
29   return this->definition_.max_threads_ > -1;
32 ACE_INLINE
33 const ACE_Time_Value&
34 TAO_DTP_Thread_Pool::dynamic_thread_time () const
36   return this->definition_.timeout_;
40 TAO_END_VERSIONED_NAMESPACE_DECL