diff options
author | bala <balanatarajan@users.noreply.github.com> | 2001-07-06 04:41:00 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2001-07-06 04:41:00 +0000 |
commit | a13a1180fc884a9ccb22299f29b4285879739028 (patch) | |
tree | 3874c3e46e81a1a1c5a6c459720e1c17cab62da2 /TAO/tao/Transport_Mux_Strategy.h | |
parent | f808d5a4f39c81e8f0c90723d2b710c09e07b049 (diff) | |
download | ATCD-a13a1180fc884a9ccb22299f29b4285879739028.tar.gz |
ChangeLogTag: Thu Jul 5 23:30:07 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Transport_Mux_Strategy.h')
-rw-r--r-- | TAO/tao/Transport_Mux_Strategy.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tao/Transport_Mux_Strategy.h b/TAO/tao/Transport_Mux_Strategy.h index 447f40ce344..5937ff16e9a 100644 --- a/TAO/tao/Transport_Mux_Strategy.h +++ b/TAO/tao/Transport_Mux_Strategy.h @@ -68,16 +68,6 @@ public: /// allocated for that request. virtual int dispatch_reply (TAO_Pluggable_Reply_Params ¶ms) = 0; - // = "Factory methods" to obtain the CDR stream, in the Muxed case - // the factory simply allocates a new one, in the Exclusive case - // the factory returns a pointer to the pre-allocated CDR. - - // virtual TAO_GIOP_Message_State *get_message_state (void) = 0; - // Get a CDR stream. - - // virtual void destroy_message_state (TAO_GIOP_Message_State *) = 0; - // Destroy a CDR stream. - /// Request has been just sent, but the reply is not received. Idle /// the transport now. virtual int idle_after_send (void) = 0; |