summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Transport.h')
-rw-r--r--TAO/tao/IIOP_Transport.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Transport.h b/TAO/tao/IIOP_Transport.h
index 940ab085b2e..9de0e2c6c01 100644
--- a/TAO/tao/IIOP_Transport.h
+++ b/TAO/tao/IIOP_Transport.h
@@ -82,8 +82,10 @@ protected:
size_t len,
const ACE_Time_Value *s = 0);
+#if 0
virtual int read_process_message (ACE_Time_Value *max_time_value = 0,
int block =0);
+#endif
virtual int register_handler_i (void);
@@ -119,7 +121,7 @@ public:
private:
/// Process the message that we have read
- int process_message (void);
+ int process_message (ACE_Message_Block &message);
/// Set the Bidirectional context info in the service context list
void set_bidir_context_info (TAO_Operation_Details &opdetails);