diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-11-07 08:46:41 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-11-07 08:46:41 +0000 |
commit | d65e8137b388f347cec74ddcae8e17a74f784647 (patch) | |
tree | d06962e6e2396dfd9a4a97636665e7166992360b /TAO/tao/RTCORBA | |
parent | 551d021a444e29d75091165421cacfb1722bd004 (diff) | |
download | ATCD-d65e8137b388f347cec74ddcae8e17a74f784647.tar.gz |
ChangeLogTag: Mon Nov 7 :28:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/RTCORBA')
-rw-r--r-- | TAO/tao/RTCORBA/Thread_Pool.h | 5 | ||||
-rw-r--r-- | TAO/tao/RTCORBA/Thread_Pool.inl | 14 |
2 files changed, 1 insertions, 18 deletions
diff --git a/TAO/tao/RTCORBA/Thread_Pool.h b/TAO/tao/RTCORBA/Thread_Pool.h index e95f205e4f6..528223ebacb 100644 --- a/TAO/tao/RTCORBA/Thread_Pool.h +++ b/TAO/tao/RTCORBA/Thread_Pool.h @@ -71,7 +71,7 @@ private: * \nosubgrouping * **/ -class TAO_RTCORBA_Export TAO_Thread_Pool_Threads : public ACE_Task_Base +class TAO_Thread_Pool_Threads : public ACE_Task_Base { public: @@ -165,12 +165,9 @@ public: CORBA::ULong dynamic_threads (void) const; CORBA::ULong current_threads (void) const; - void current_threads (CORBA::ULong); CORBA::Short native_priority (void) const; - TAO_Thread_Pool_Threads &threads (void); - TAO_Thread_Lane_Resources &resources (void); // @} diff --git a/TAO/tao/RTCORBA/Thread_Pool.inl b/TAO/tao/RTCORBA/Thread_Pool.inl index b22d8b96284..2ae876b2b83 100644 --- a/TAO/tao/RTCORBA/Thread_Pool.inl +++ b/TAO/tao/RTCORBA/Thread_Pool.inl @@ -61,20 +61,6 @@ TAO_Thread_Lane::current_threads (void) const } ACE_INLINE -void -TAO_Thread_Lane::current_threads (CORBA::ULong current_threads) -{ - this->current_threads_ = current_threads; -} - -ACE_INLINE -TAO_Thread_Pool_Threads & -TAO_Thread_Lane::threads (void) -{ - return this->threads_; -} - -ACE_INLINE TAO_Thread_Lane_Resources & TAO_Thread_Lane::resources (void) { |