summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connection_Handler.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-07-06 04:41:00 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-07-06 04:41:00 +0000
commita13a1180fc884a9ccb22299f29b4285879739028 (patch)
tree3874c3e46e81a1a1c5a6c459720e1c17cab62da2 /TAO/tao/IIOP_Connection_Handler.h
parentf808d5a4f39c81e8f0c90723d2b710c09e07b049 (diff)
downloadATCD-a13a1180fc884a9ccb22299f29b4285879739028.tar.gz
ChangeLogTag: Thu Jul 5 23:30:07 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connection_Handler.h')
-rw-r--r--TAO/tao/IIOP_Connection_Handler.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/IIOP_Connection_Handler.h b/TAO/tao/IIOP_Connection_Handler.h
index fe220557d87..40a53456a4f 100644
--- a/TAO/tao/IIOP_Connection_Handler.h
+++ b/TAO/tao/IIOP_Connection_Handler.h
@@ -111,6 +111,10 @@ public:
/// Return the underlying handle
virtual ACE_HANDLE fetch_handle (void);
+ /// Send a TRUE value to the reactor, so that the reactor does not
+ /// resume the handler
+ virtual int resume_handler (void);
+
/// Use peer() to drain the outgoing message queue
virtual int handle_output (ACE_HANDLE);
@@ -131,8 +135,6 @@ protected:
/// ensure that server threads eventually exit.
virtual int handle_input (ACE_HANDLE = ACE_INVALID_HANDLE);
- virtual int handle_input_i (ACE_HANDLE = ACE_INVALID_HANDLE,
- ACE_Time_Value *max_wait_time = 0);
private: