summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable_Messaging.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/Pluggable_Messaging.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/Pluggable_Messaging.h')
-rw-r--r--TAO/tao/Pluggable_Messaging.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Pluggable_Messaging.h b/TAO/tao/Pluggable_Messaging.h
index 55d4a903517..eb8fda573b0 100644
--- a/TAO/tao/Pluggable_Messaging.h
+++ b/TAO/tao/Pluggable_Messaging.h
@@ -81,7 +81,7 @@ public:
*/
virtual int generate_reply_header (
TAO_OutputCDR &cdr,
- TAO_Pluggable_Reply_Params &params) = 0;
+ TAO_Pluggable_Reply_Params_Base &params) = 0;
/**
* Write the locate reply header
@@ -91,7 +91,7 @@ public:
*/
virtual int generate_locate_reply_header (
TAO_OutputCDR &cdr,
- TAO_Pluggable_Reply_Params &params) = 0;
+ TAO_Pluggable_Reply_Params_Base &params) = 0;
/**
* This method reads the message on the connection. Returns 0 when
@@ -133,7 +133,7 @@ public:
/// Generate a reply message with the exception <ex>.
virtual int generate_exception_reply (
TAO_OutputCDR &cdr,
- TAO_Pluggable_Reply_Params &params,
+ TAO_Pluggable_Reply_Params_Base &params,
CORBA::Exception &x) = 0;
/// Is the messaging object ready for processing BiDirectional