summaryrefslogtreecommitdiff
path: root/TAO/tao/Reply_Dispatcher.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-16 01:05:04 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-16 01:05:04 +0000
commit45e09366c8ba7d396bc17b7a027663120e758040 (patch)
tree38f3d288a1c8cb644ab41f9412545fb6a6373646 /TAO/tao/Reply_Dispatcher.h
parentb5a83dd885877c13ad3bc6b8a1433ba4f60eb32c (diff)
downloadATCD-45e09366c8ba7d396bc17b7a027663120e758040.tar.gz
ChangeLogTag: Wed Mar 15 18:22:52 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Reply_Dispatcher.h')
-rw-r--r--TAO/tao/Reply_Dispatcher.h17
1 files changed, 12 insertions, 5 deletions
diff --git a/TAO/tao/Reply_Dispatcher.h b/TAO/tao/Reply_Dispatcher.h
index 6ac37cd0245..e1400576ad2 100644
--- a/TAO/tao/Reply_Dispatcher.h
+++ b/TAO/tao/Reply_Dispatcher.h
@@ -1,6 +1,7 @@
// This may look like C, but it's really -*- C++ -*-
// $Id$
+
// ============================================================================
//
// = LIBRARY
@@ -20,9 +21,11 @@
#ifndef TAO_REPLY_DISPATCHER_H
#define TAO_REPLY_DISPATCHER_H
-#include "tao/GIOP.h"
#include "tao/Request.h"
+#include "tao/GIOP_Utils.h"
+// This should not be here. Please see below for reasons
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
@@ -121,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.
@@ -194,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_;
@@ -269,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_;