diff options
author | bala <balanatarajan@users.noreply.github.com> | 2000-03-16 01:05:04 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2000-03-16 01:05:04 +0000 |
commit | 99a6530e474829e7445fc2b9f8d1f9cfc8fd7b75 (patch) | |
tree | 38f3d288a1c8cb644ab41f9412545fb6a6373646 /TAO/tao/Reply_Dispatcher.h | |
parent | 2aa59ab37881f803d72f75f678cf9cb39ea00cf6 (diff) | |
download | ATCD-99a6530e474829e7445fc2b9f8d1f9cfc8fd7b75.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.h | 17 |
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_; |