diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-08-18 07:18:05 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-08-18 07:18:05 +0000 |
commit | 5982a1b43d61335c321047df18e8a2bf2f7259c2 (patch) | |
tree | 8e6fe0d0ec94a7e89bbbbe8eb4fa49369bed2136 /TAO/tao/IIOP_Connection_Handler.cpp | |
parent | b061fdf54eb7d410f57d1504b224c27416ccf5ae (diff) | |
download | ATCD-5982a1b43d61335c321047df18e8a2bf2f7259c2.tar.gz |
Fri Aug 18 07:17:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/IIOP_Connection_Handler.cpp')
-rw-r--r-- | TAO/tao/IIOP_Connection_Handler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Connection_Handler.cpp b/TAO/tao/IIOP_Connection_Handler.cpp index 6a56bb9e0b9..1ed95ca6a6c 100644 --- a/TAO/tao/IIOP_Connection_Handler.cpp +++ b/TAO/tao/IIOP_Connection_Handler.cpp @@ -322,7 +322,7 @@ TAO_IIOP_Connection_Handler::handle_timeout (const ACE_Time_Value &, // We don't use this upcall for I/O. This is only used by the // Connector to indicate that the connection timedout. Therefore, // we should call close(). - int ret = this->close (); + int const ret = this->close (); this->reset_state (TAO_LF_Event::LFS_TIMEOUT); return ret; } |