summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-04 22:01:18 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-04 22:01:18 +0000
commit04466c28ab90d6965b44b20259981edeaef165b9 (patch)
tree0e96c5aca933ba10ff208785a6f0b3e51412a213
parent80aad93a1501dca9a0cc58dc528669b3d169f00d (diff)
downloadATCD-04466c28ab90d6965b44b20259981edeaef165b9.tar.gz
Rearranged members.
-rw-r--r--TAO/tao/RTCORBA/Thread_Pool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/RTCORBA/Thread_Pool.cpp b/TAO/tao/RTCORBA/Thread_Pool.cpp
index 35978b2883d..8c828648571 100644
--- a/TAO/tao/RTCORBA/Thread_Pool.cpp
+++ b/TAO/tao/RTCORBA/Thread_Pool.cpp
@@ -134,8 +134,8 @@ TAO_Thread_Lane::TAO_Thread_Lane (TAO_Thread_Pool &pool,
static_threads_ (static_threads),
dynamic_threads_ (dynamic_threads),
current_threads_ (0),
- new_thread_generator_ (*this),
threads_ (*this),
+ new_thread_generator_ (*this),
resources_ (pool.manager ().orb_core (),
&new_thread_generator_),
native_priority_ (TAO_INVALID_PRIORITY)