summaryrefslogtreecommitdiff
path: root/TAO/tao/Reply_Dispatcher.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-17 01:23:36 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-17 01:23:36 +0000
commit32d9fda25754d6e8e0e0ccaa47f0be3d73dbed49 (patch)
tree56c3b4dd9d912532c9b90b6ebb5c932e1318d632 /TAO/tao/Reply_Dispatcher.h
parente65acb631bc11044fbc868c4b9e8ba11ec9bbca1 (diff)
downloadATCD-32d9fda25754d6e8e0e0ccaa47f0be3d73dbed49.tar.gz
ChangeLogTag:Mon Aug 16 20:16:35 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Reply_Dispatcher.h')
-rw-r--r--TAO/tao/Reply_Dispatcher.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/TAO/tao/Reply_Dispatcher.h b/TAO/tao/Reply_Dispatcher.h
index f2dbc478ad2..41682c3609f 100644
--- a/TAO/tao/Reply_Dispatcher.h
+++ b/TAO/tao/Reply_Dispatcher.h
@@ -53,7 +53,7 @@ public:
TAO_GIOP_Message_State* message_state) = 0;
// Dispatch the reply. Return 1 on sucess, -1 on error.
- virtual TAO_GIOP_Message_State *message_state (void) const;
+ virtual TAO_GIOP_Message_State *message_state (void);
// Get the Message State into which the reply has been read.
const IOP::ServiceContextList& reply_service_info () const;
@@ -102,7 +102,7 @@ public:
// stack.
// Return 1 on sucess, -1 on error.
- virtual TAO_GIOP_Message_State *message_state (void) const;
+ virtual TAO_GIOP_Message_State *message_state (void);
// Return the message state of this invocation.
virtual TAO_InputCDR &reply_cdr (void);
@@ -125,13 +125,8 @@ private:
TAO_GIOP_Version version_;
// The version
- TAO_GIOP_Message_State *message_state_;
- // CDR stream for reading the input.
- // @@ Carlos : message_state should go away. All we need is the
- // reply cdr. Is that rite? (Alex).
-
- TAO_InputCDR reply_cdr_;
- // CDR where the reply message is placed.
+ TAO_GIOP_Message_State message_state_;
+ // All the state required to receive the input...
int reply_received_;
// Flag that indicates the reply has been received.
@@ -178,7 +173,7 @@ public:
// handler.
// Return 1 on sucess, -1 on error.
- virtual TAO_GIOP_Message_State *message_state (void) const;
+ virtual TAO_GIOP_Message_State *message_state (void);
// Return the message state.
private: