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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/tao/Connection_Handler.h b/TAO/tao/Connection_Handler.h
index 65db12cb9b5..a03dbba1413 100644
--- a/TAO/tao/Connection_Handler.h
+++ b/TAO/tao/Connection_Handler.h
@@ -101,11 +101,6 @@ 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 */