summaryrefslogtreecommitdiff
path: root/TAO/tao/Connection_Handler.inl
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-28 22:08:33 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-28 22:08:33 +0000
commit7851fb33317d0dbf6517ca8a567baff4b8381a98 (patch)
tree4009dccc05bdcaf293cc0eada41a8fe6f8e66e77 /TAO/tao/Connection_Handler.inl
parent0e83328e8a1d63303a16f78bce742a7e9f69dbee (diff)
downloadATCD-7851fb33317d0dbf6517ca8a567baff4b8381a98.tar.gz
ChangeLogTag: Sun Apr 28 17:07:52 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Connection_Handler.inl')
-rw-r--r--TAO/tao/Connection_Handler.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Connection_Handler.inl b/TAO/tao/Connection_Handler.inl
index 6e982ced480..a3fa9a8ec4a 100644
--- a/TAO/tao/Connection_Handler.inl
+++ b/TAO/tao/Connection_Handler.inl
@@ -40,7 +40,7 @@ TAO_Connection_Handler::is_connect_complete (void) const
ACE_INLINE int
TAO_Connection_Handler::is_connect_successful (void) const
{
- return this->error_detected ();
+ return (this->error_detected () == 0);
}
ACE_INLINE int