summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Connector.cpp')
-rw-r--r--TAO/tao/IIOP_Connector.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Connector.cpp b/TAO/tao/IIOP_Connector.cpp
index 475110602a7..ab24db059cd 100644
--- a/TAO/tao/IIOP_Connector.cpp
+++ b/TAO/tao/IIOP_Connector.cpp
@@ -194,6 +194,10 @@ TAO_IIOP_Connector::connect (TAO_Base_Connection_Property *prop,
ACE_dynamic_cast (TAO_IIOP_Client_Connection_Handler *,
conn_handler);
+ ACE_DEBUG ((LM_DEBUG,
+ ACE_TEXT ("(%P|%t) IIOP_Connector::connect ")
+ ACE_TEXT ("I got this Handler <%d> \n"),
+ svc_handler->test_index_));
}
else
{
@@ -261,6 +265,7 @@ TAO_IIOP_Connector::connect (TAO_Base_Connection_Property *prop,
}
}
+
transport = svc_handler->transport ();
return 0;
}