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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Connection_Handler.cpp b/TAO/tao/Connection_Handler.cpp
index 60f9b434550..6fd4351e45f 100644
--- a/TAO/tao/Connection_Handler.cpp
+++ b/TAO/tao/Connection_Handler.cpp
@@ -296,7 +296,7 @@ TAO_Connection_Handler::handle_input_eh (
// Grab the transport id now and use the cached value for printing
// since the transport could dissappear by the time the thread
// returns.
- int t_id =
+ size_t t_id =
this->transport ()->id ();
@@ -388,7 +388,7 @@ TAO_Connection_Handler::close_connection_eh (ACE_Event_Handler * eh)
return 0;
}
- int id = -1;
+ size_t id = 0;
{
ACE_GUARD_RETURN (ACE_Lock, ace_mon, *this->lock_, 0);