summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connection_Handler.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-02-20 11:39:00 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-02-20 11:39:00 +0000
commit05555c566234879781133b53e6d55de9fc21af88 (patch)
treeac631d40c534e20131206edfeaf78e713a21586a /TAO/tao/IIOP_Connection_Handler.cpp
parent79134f578c406bc2674fcdfc406f286a7307b756 (diff)
downloadATCD-05555c566234879781133b53e6d55de9fc21af88.tar.gz
Thu Feb 20 11:39:48 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/IIOP_Connection_Handler.cpp (handle_close): Removed assert, looks the reactor can call it in certain error conditions, now also visible on the scoreboard with the new C++BuilerXE builds.
Diffstat (limited to 'TAO/tao/IIOP_Connection_Handler.cpp')
-rw-r--r--TAO/tao/IIOP_Connection_Handler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Connection_Handler.cpp b/TAO/tao/IIOP_Connection_Handler.cpp
index c62f95c02be..8df96135dee 100644
--- a/TAO/tao/IIOP_Connection_Handler.cpp
+++ b/TAO/tao/IIOP_Connection_Handler.cpp
@@ -455,7 +455,6 @@ TAO_IIOP_Connection_Handler::handle_timeout (const ACE_Time_Value &,
int
TAO_IIOP_Connection_Handler::handle_close (ACE_HANDLE, ACE_Reactor_Mask)
{
- ACE_ASSERT (0);
return 0;
}