summaryrefslogtreecommitdiff
path: root/TAO/tao/Wait_On_Read.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-08-01 09:04:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-08-01 09:04:36 +0000
commit3ffa28632be87beb7e6cdeb539dc6de3edf281c7 (patch)
tree5def043058e116916b7d219a75f54cb013e570b4 /TAO/tao/Wait_On_Read.cpp
parentdd49ff1080e11e52930be4b8ffb66b3a7f98857d (diff)
downloadATCD-3ffa28632be87beb7e6cdeb539dc6de3edf281c7.tar.gz
Wed Aug 1 09:02:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Wait_On_Read.cpp')
-rw-r--r--TAO/tao/Wait_On_Read.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/tao/Wait_On_Read.cpp b/TAO/tao/Wait_On_Read.cpp
index 2de7e599ff3..b29e23aef19 100644
--- a/TAO/tao/Wait_On_Read.cpp
+++ b/TAO/tao/Wait_On_Read.cpp
@@ -52,10 +52,7 @@ TAO_Wait_On_Read::wait (ACE_Time_Value * max_wait_time,
TAO_Resume_Handle rh;
while (1)
{
- retval =
- this->transport_->handle_input (rh,
- max_wait_time,
- 1);
+ retval = this->transport_->handle_input (rh, max_wait_time);
// If we got our reply, no need to run the loop any
// further.