summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Base.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-09 19:03:57 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-09 19:03:57 +0000
commit8e8e68e9ac3de0773e26eed7c12b2c87bfd1f9b5 (patch)
tree63fede9a44818bcf4c9eaa81c0eca562311276ef /TAO/tao/GIOP_Message_Base.h
parent22bed8415ca3788273a3c02b725cc3937b67fed7 (diff)
downloadATCD-8e8e68e9ac3de0773e26eed7c12b2c87bfd1f9b5.tar.gz
ChangeLogTag: Wed May 09 13:55:56 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/GIOP_Message_Base.h')
-rw-r--r--TAO/tao/GIOP_Message_Base.h16
1 files changed, 10 insertions, 6 deletions
diff --git a/TAO/tao/GIOP_Message_Base.h b/TAO/tao/GIOP_Message_Base.h
index 3936fd09912..04ebd504701 100644
--- a/TAO/tao/GIOP_Message_Base.h
+++ b/TAO/tao/GIOP_Message_Base.h
@@ -67,12 +67,14 @@ public:
virtual int generate_locate_request_header (
TAO_Operation_Details &op,
TAO_Target_Specification &spec,
- TAO_OutputCDR &cdr);
+ TAO_OutputCDR &cdr
+ );
/// Write the reply header
virtual int generate_reply_header (
TAO_OutputCDR &cdr,
- TAO_Pluggable_Reply_Params &params);
+ TAO_Pluggable_Reply_Params_Base &params
+ );
/// This method reads the message on the connection. Returns 0 when
/// there is short read on the connection. Returns 1 when the full
@@ -110,13 +112,15 @@ public:
/// Parse the reply message that we received and return the reply
/// information though <reply_info>
virtual int process_reply_message (
- TAO_Pluggable_Reply_Params &reply_info);
+ TAO_Pluggable_Reply_Params &reply_info
+ );
/// Generate a reply message with the exception <ex>.
virtual int generate_exception_reply (
TAO_OutputCDR &cdr,
- TAO_Pluggable_Reply_Params &params,
- CORBA::Exception &x);
+ TAO_Pluggable_Reply_Params_Base &params,
+ CORBA::Exception &x
+ );
private:
@@ -172,7 +176,7 @@ private:
/// Write the locate reply header
virtual int generate_locate_reply_header (
TAO_OutputCDR & /*cdr*/,
- TAO_Pluggable_Reply_Params & /*params*/);
+ TAO_Pluggable_Reply_Params_Base & /*params*/);
/// Is the messaging object ready for processing BiDirectional
/// request/response?