diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-16 18:17:52 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-16 18:17:52 +0000 |
commit | b507b0691a35ea9b7192e65ea0e435847ce4fd1d (patch) | |
tree | 09ed4da2c283288cb50b892d6b428fe74cce5b5f /TAO/tao/Invocation.h | |
parent | b2e62a6ef510b4560a3b9f0d69de1f3df4da4d3e (diff) | |
download | ATCD-ami_phase2_end.tar.gz |
This commit was manufactured by cvs2svn to create tagami_phase2_end
'ami_phase2_end'.
Diffstat (limited to 'TAO/tao/Invocation.h')
-rw-r--r-- | TAO/tao/Invocation.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/TAO/tao/Invocation.h b/TAO/tao/Invocation.h index 1073979b2c6..33eacbd672a 100644 --- a/TAO/tao/Invocation.h +++ b/TAO/tao/Invocation.h @@ -79,7 +79,9 @@ public: // return the underlying output stream protected: - void start (CORBA_Environment &ACE_TRY_ENV = + void start (CORBA::Boolean is_roundtrip, + TAO_GIOP::Message_Type message_type, + CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()) ACE_THROW_SPEC ((CORBA::SystemException)); // Establishes a connection to the remote server, initializes @@ -197,7 +199,7 @@ private: // send/reply code and the system exceptions. private: - TAO_GIOP_Message_State message_state_; + TAO_InputCDR inp_stream_; // Stream into which the reply is placed. TAO_Synch_Reply_Dispatcher rd_; @@ -247,11 +249,8 @@ public: ACE_THROW_SPEC ((CORBA::SystemException)); // Send request, without blocking for any response. - TAO_InputCDR &inp_stream (void); - // return the underlying input stream - private: - TAO_GIOP_Message_State message_state_; + TAO_InputCDR inp_stream_; // Stream into which the request is placed. TAO_Synch_Reply_Dispatcher rd_; |