summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/UIOP_Transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/UIOP_Transport.h')
-rw-r--r--TAO/tao/Strategies/UIOP_Transport.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/TAO/tao/Strategies/UIOP_Transport.h b/TAO/tao/Strategies/UIOP_Transport.h
index f3bb0b2b920..87e4715fae0 100644
--- a/TAO/tao/Strategies/UIOP_Transport.h
+++ b/TAO/tao/Strategies/UIOP_Transport.h
@@ -81,12 +81,6 @@ protected:
size_t len,
const ACE_Time_Value *s = 0);
- /// Read and process the message from the connection. The processing
- /// of the message is done by delegating the work to the underlying
- /// messaging object
- virtual int read_process_message (ACE_Time_Value *max_time_value = 0,
- int block =0);
-
virtual int register_handler_i (void);
/// Method to do whatever it needs to do when the connection
@@ -115,11 +109,6 @@ public:
private:
- /// Process the message that we have read
- int process_message (void);
-
-private:
-
/// The connection service handler used for accessing lower layer
/// communication protocols.
TAO_UIOP_Connection_Handler *connection_handler_;