summaryrefslogtreecommitdiff
path: root/TAO/tao/Connection_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Connection_Handler.h')
-rw-r--r--TAO/tao/Connection_Handler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Connection_Handler.h b/TAO/tao/Connection_Handler.h
index 7caeccecd4b..6ca525bd1b0 100644
--- a/TAO/tao/Connection_Handler.h
+++ b/TAO/tao/Connection_Handler.h
@@ -101,9 +101,9 @@ protected:
/// Object.
int svc_i (void);
- /// Need to be implemented by the underlying protocol objects
- virtual int handle_input_i (ACE_HANDLE = ACE_INVALID_HANDLE,
- ACE_Time_Value *max_wait_time = 0) = 0;
+#if !defined (TAO_CONNECTION_HANDLER_BUF_SIZE)
+# define TAO_CONNECTION_HANDLER_BUF_SIZE 1024
+#endif /*TAO_CONNECTION_HANDLER_BUF_SIZE */
private: