diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-13 20:38:58 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-13 20:38:58 +0000 |
commit | d9120dc9d13ba1f0d94cd1c210b9c3107c6f3776 (patch) | |
tree | 78a7e42e4b96b81006e73b5eb3cdfdc0c2a1000e /TAO/tao/Synch_Reply_Dispatcher.h | |
parent | f2fa842812a44f3ab1554bdafa203b17fd95bfc9 (diff) | |
download | ATCD-d9120dc9d13ba1f0d94cd1c210b9c3107c6f3776.tar.gz |
ChangeLogTag: Mon Nov 13 14:35:33 2000 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Synch_Reply_Dispatcher.h')
-rw-r--r-- | TAO/tao/Synch_Reply_Dispatcher.h | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/TAO/tao/Synch_Reply_Dispatcher.h b/TAO/tao/Synch_Reply_Dispatcher.h index 4cdce168f51..2232f4c5918 100644 --- a/TAO/tao/Synch_Reply_Dispatcher.h +++ b/TAO/tao/Synch_Reply_Dispatcher.h @@ -44,12 +44,6 @@ public: virtual ~TAO_Synch_Reply_Dispatcher (void); // Destructor. - CORBA::ULong reply_status (void) const; - // Get the reply status. - - const TAO_GIOP_Version& version (void) const; - // Get the GIOP version. - TAO_InputCDR &reply_cdr (void); // Return the reply CDR. @@ -60,8 +54,11 @@ public: const TAO_GIOP_Version& version, IOP::ServiceContextList& reply_ctx, TAO_GIOP_Message_State* message_state); + virtual TAO_GIOP_Message_State *message_state (void); + virtual void dispatcher_bound (TAO_Transport *); + virtual void connection_closed (void); protected: @@ -69,12 +66,6 @@ protected: // The service context list private: - CORBA::ULong reply_status_; - // Reply or LocateReply status. - - // 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 @@ -99,9 +90,5 @@ private: // to the Waiting_Strategy to do the signalling, if needed. }; -#if defined (__ACE_INLINE__) -#include "tao/Synch_Reply_Dispatcher.i" -#endif /* __ACE_INLINE__ */ - #include "ace/post.h" #endif /* TAO_REPLY_DISPATCHER_H */ |