summaryrefslogtreecommitdiff
path: root/TAO/tao/Connection_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Connection_Handler.cpp')
-rw-r--r--TAO/tao/Connection_Handler.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/TAO/tao/Connection_Handler.cpp b/TAO/tao/Connection_Handler.cpp
index d8616c49558..7525edd024a 100644
--- a/TAO/tao/Connection_Handler.cpp
+++ b/TAO/tao/Connection_Handler.cpp
@@ -21,7 +21,6 @@ ACE_RCSID (tao,
TAO_Connection_Handler::TAO_Connection_Handler (TAO_ORB_Core *orb_core)
: orb_core_ (orb_core)
, transport_ (0)
- , tss_resources_ (orb_core->get_tss_resources ())
{
// @@todo: We need to have a distinct option/ method in the resource
// factory for this and TAO_Transport.
@@ -94,9 +93,6 @@ TAO_Connection_Handler::svc_i (void)
{
int result = 0;
- // Inheriting the ORB_Core tss stuff from the parent thread.
- this->orb_core_->inherit_from_parent_thread (this->tss_resources_);
-
if (TAO_debug_level > 0)
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("TAO (%P|%t) - Connection_Handler::svc_i begin\n")));
@@ -216,10 +212,9 @@ TAO_Connection_Handler::handle_input_eh (
{
if (TAO_debug_level > 6)
ACE_DEBUG ((LM_DEBUG,
- "(%P|%t) Connection_Handler[%d] - not going to handle_input "
- "on Transport %d "
+ "TAO (%P|%t) - Connection_Handler[%d]::handle_input_eh, "
+ "not going to handle_input on transport "
"because upcalls temporarily suspended on this thread\n",
- this->transport()->id(),
this->transport()->id()));
return 0;
}