summaryrefslogtreecommitdiff
path: root/TAO/tao/Reply_Dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Reply_Dispatcher.h')
-rw-r--r--TAO/tao/Reply_Dispatcher.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/TAO/tao/Reply_Dispatcher.h b/TAO/tao/Reply_Dispatcher.h
index 205b494cf59..e1400576ad2 100644
--- a/TAO/tao/Reply_Dispatcher.h
+++ b/TAO/tao/Reply_Dispatcher.h
@@ -23,9 +23,8 @@
#include "tao/Request.h"
-/////Balas Include" They are not right. We need to set AMI properly
#include "tao/GIOP_Utils.h"
-///////////////////////////////////
+// This should not be here. Please see below for reasons
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -125,12 +124,16 @@ private:
CORBA::ULong reply_status_;
// Reply or LocateReply status.
- TAO_GIOP_Version version_;
+ // TAO_GIOP_Version version_;
// The version
TAO_GIOP_Message_State message_state_;
// All the state required to receive the input...
-
+ // @@ Having members of type TAO_GIOP* indicates that we
+ // (Reply_despatcher) are aware of the underlying messaging
+ // protocol. But for the present let us close our eyes till we are
+ // able to iterate on a use case - Bala.
+
int reply_received_;
// Flag that indicates the reply has been received.
@@ -198,7 +201,7 @@ private:
CORBA::ULong reply_status_;
// Reply or LocateReply status.
- TAO_GIOP_Version version_;
+ // TAO_GIOP_Version version_;
// The version
TAO_GIOP_Message_State *message_state_;
@@ -273,7 +276,7 @@ private:
CORBA::ULong reply_status_;
// Reply or LocateReply status.
- TAO_GIOP_Version version_;
+ //TAO_GIOP_Version version_;
// The version
TAO_GIOP_Message_State *message_state_;