summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Message_Base.h')
-rw-r--r--TAO/tao/GIOP_Message_Base.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/tao/GIOP_Message_Base.h b/TAO/tao/GIOP_Message_Base.h
index 9df4a5e1c28..e41e9447775 100644
--- a/TAO/tao/GIOP_Message_Base.h
+++ b/TAO/tao/GIOP_Message_Base.h
@@ -133,13 +133,6 @@ private:
TAO_OutputCDR &msg) = 0;
// Write the GIOP locate request header in to <msg>
- int read_bytes_input (TAO_Transport *transport,
- TAO_InputCDR &input,
- CORBA::ULong read_size,
- ACE_Time_Value *max_wait_time);
- // This a helper that would read the <reade_size> bytes from
- // <transport> in to the <inout> stream.
-
virtual int validate_version (TAO_GIOP_Message_State *state) = 0;
// This will do a validation of the versions that arrive in the transport.
@@ -149,14 +142,6 @@ private:
virtual int parse_magic_bytes (TAO_GIOP_Message_State *state);
// validates the first 4 bytes that contain the magic word "GIOP"
- ssize_t read_buffer (TAO_Transport *transport,
- char *buf,
- size_t len,
- ACE_Time_Value *max_wait_time);
- // The above method seems to be redundant with read_input_bytes. I
- // will trim it down in the next iteration... @@Bala
-
-
void send_close_connection (const TAO_GIOP_Version &version,
TAO_Transport *transport,
void *ctx);