summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Transport.h')
-rw-r--r--TAO/tao/Transport.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/Transport.h b/TAO/tao/Transport.h
index 09701ba0556..b848018724c 100644
--- a/TAO/tao/Transport.h
+++ b/TAO/tao/Transport.h
@@ -590,13 +590,9 @@ public:
* @param max_wait_time In some cases the I/O is synchronous, e.g. a
* thread-per-connection server or when Wait_On_Read is enabled. In
* those cases a maximum read time can be specified.
- *
- * @param block Is deprecated and ignored.
- *
*/
virtual int handle_input (TAO_Resume_Handle &rh,
- ACE_Time_Value *max_wait_time = 0,
- int block = 0);
+ ACE_Time_Value *max_wait_time = 0);
enum
{