diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-30 22:18:03 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-30 22:18:03 +0000 |
commit | a479078c9f8ff4c0c17c679468298f61c19230d9 (patch) | |
tree | c185e1bc56840640bb1944f776499c6ffaa1dc0f /TAO/tao/Invocation.h | |
parent | dd4501a0f6706b945705b7640d212ef444c3c68e (diff) | |
download | ATCD-pre_pluggable_av_merge.tar.gz |
This commit was manufactured by cvs2svn to create tagpre_pluggable_av_merge
'pre_pluggable_av_merge'.
Diffstat (limited to 'TAO/tao/Invocation.h')
-rw-r--r-- | TAO/tao/Invocation.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/Invocation.h b/TAO/tao/Invocation.h index 3b5d24aead4..bc07c30f2a3 100644 --- a/TAO/tao/Invocation.h +++ b/TAO/tao/Invocation.h @@ -89,13 +89,10 @@ public: // Encodes the value into the undelying CDR stream based on the // TypeCode parameter. - IOP::ServiceContextList& service_info (void); + IOP::ServiceContextList& request_service_info (void); // Accessor to the request ServiceContextList. Only valid when // sending a request message. - CORBA::ULong request_id (void); - // Return the request id of this invocation. - TAO_OutputCDR &out_stream (void); // Return the underlying output stream. @@ -162,7 +159,7 @@ protected: TAO_Profile *profile_; // This invocation is using this transport, may change... - IOP::ServiceContextList service_info_; + IOP::ServiceContextList request_service_info_; // The ServiceContextList sent to the server side. Only valid // when sending a request. @@ -222,6 +219,9 @@ public: TAO_default_environment ()); // No CORBA::Context support (deprecated). + const IOP::ServiceContextList& reply_service_info (void) const; + // Accessor to the reply ServiceContextList. + TAO_InputCDR &inp_stream (void); // return the underlying input stream |