summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/Thread_Pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/Thread_Pool.h')
-rw-r--r--TAO/tao/RTCORBA/Thread_Pool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/RTCORBA/Thread_Pool.h b/TAO/tao/RTCORBA/Thread_Pool.h
index 6f337458ea9..bce170bd27e 100644
--- a/TAO/tao/RTCORBA/Thread_Pool.h
+++ b/TAO/tao/RTCORBA/Thread_Pool.h
@@ -199,7 +199,7 @@ class TAO_RTCORBA_Export TAO_Thread_Pool_Manager
public:
/// Constructor.
- TAO_Thread_Pool_Manager (CORBA::ORB_ptr orb);
+ TAO_Thread_Pool_Manager (TAO_ORB_Core *orb_core);
/// Destructor.
~TAO_Thread_Pool_Manager (void);
@@ -282,7 +282,7 @@ private:
// @}
- CORBA::ORB_var orb_;
+ TAO_ORB_Core *orb_core_;
THREAD_POOLS thread_pools_;
RTCORBA::ThreadpoolId thread_pool_id_counter_;