summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/RT_ORB.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/RT_ORB.h')
-rw-r--r--TAO/tao/RTCORBA/RT_ORB.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/RTCORBA/RT_ORB.h b/TAO/tao/RTCORBA/RT_ORB.h
index d2567047611..a5a66287766 100644
--- a/TAO/tao/RTCORBA/RT_ORB.h
+++ b/TAO/tao/RTCORBA/RT_ORB.h
@@ -21,7 +21,6 @@
#include "RTCORBA.h"
#include "tao/LocalObject.h"
-#include "Thread_Pool.h"
#include "ace/Hash_Map_Manager_T.h"
#if defined(_MSC_VER)
@@ -33,6 +32,7 @@
// Forward reference for TAO_Named_RT_Mutex_Manager
class TAO_RT_Mutex;
+class TAO_Thread_Pool_Manager;
/**
* @class TAO_Named_RT_Mutex_Manager
@@ -269,8 +269,8 @@ protected:
/// mutex_mgr_ manages the names associated with named mutexes.
TAO_Named_RT_Mutex_Manager mutex_mgr_;
- /// Thread Pool Manager.
- TAO_Thread_Pool_Manager tp_manager_;
+ /// Thread Pool Manager
+ TAO_Thread_Pool_Manager *tp_manager_;
};
#if defined (__ACE_INLINE__)