summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/UIOP_Connection_Handler.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-08-31 23:56:57 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-08-31 23:56:57 +0000
commitbb57054415e28119062d52331d9105561b96286a (patch)
treeebeef7771c11fdd483b70dd39ad6b3e2c0b86dc1 /TAO/tao/Strategies/UIOP_Connection_Handler.cpp
parentaef3db4c1deba6bbd5584c3a9aca39b222f122c1 (diff)
downloadATCD-bb57054415e28119062d52331d9105561b96286a.tar.gz
ChangeLogTag: Fri Aug 31 18:53:28 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Strategies/UIOP_Connection_Handler.cpp')
-rw-r--r--TAO/tao/Strategies/UIOP_Connection_Handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Strategies/UIOP_Connection_Handler.cpp b/TAO/tao/Strategies/UIOP_Connection_Handler.cpp
index 0ecd73e06c6..cc6f674f882 100644
--- a/TAO/tao/Strategies/UIOP_Connection_Handler.cpp
+++ b/TAO/tao/Strategies/UIOP_Connection_Handler.cpp
@@ -68,7 +68,7 @@ TAO_UIOP_Connection_Handler::open (void*)
this->uiop_properties_->recv_buffer_size) == -1)
return -1;
- // if (this->transport ()->wait_strategy ()->non_blocking ())
+ if (this->transport ()->wait_strategy ()->non_blocking ())
{
if (this->peer ().enable (ACE_NONBLOCK) == -1)
return -1;