summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer/RT_POA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTPortableServer/RT_POA.cpp')
-rw-r--r--TAO/tao/RTPortableServer/RT_POA.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/tao/RTPortableServer/RT_POA.cpp b/TAO/tao/RTPortableServer/RT_POA.cpp
index 0ead61fa6d7..93b27235ac6 100644
--- a/TAO/tao/RTPortableServer/RT_POA.cpp
+++ b/TAO/tao/RTPortableServer/RT_POA.cpp
@@ -45,17 +45,12 @@ TAO_RT_POA::TAO_RT_POA (const TAO_Root_POA::String &name,
lock,
thread_lock,
orb_core,
- object_adapter),
- thread_pool_ (0)
+ object_adapter)
{
// Parse the RT policies and update our policy cache.
this->parse_rt_policies (this->policies ());
}
-TAO_RT_POA::~TAO_RT_POA ()
-{
-}
-
TAO_Root_POA *
TAO_RT_POA::new_POA (const String &name,
PortableServer::POAManager_ptr poa_manager,