diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-09 19:03:57 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-09 19:03:57 +0000 |
commit | 94e040175d200ecf8154388853cb9fba8d6b3f77 (patch) | |
tree | 63fede9a44818bcf4c9eaa81c0eca562311276ef /TAO/tao/Pluggable_Messaging_Utils.cpp | |
parent | 68e540feccddb1281ada7c8f572d2890b7f577a7 (diff) | |
download | ATCD-94e040175d200ecf8154388853cb9fba8d6b3f77.tar.gz |
ChangeLogTag: Wed May 09 13:55:56 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Pluggable_Messaging_Utils.cpp')
-rw-r--r-- | TAO/tao/Pluggable_Messaging_Utils.cpp | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/TAO/tao/Pluggable_Messaging_Utils.cpp b/TAO/tao/Pluggable_Messaging_Utils.cpp index 30155e37afb..d954c8299b3 100644 --- a/TAO/tao/Pluggable_Messaging_Utils.cpp +++ b/TAO/tao/Pluggable_Messaging_Utils.cpp @@ -8,17 +8,13 @@ ACE_RCSID(tao, Pluggable_Messaging_Utils, "$Id$") -TAO_Pluggable_Reply_Params::TAO_Pluggable_Reply_Params (TAO_ORB_Core *orb_core) - : svc_ctx_ () - , request_id_ (0) - , reply_status_ (0) - , is_dsi_ (0) - , dsi_nvlist_align_ (0) - , argument_flag_ (0) - , input_cdr_ (orb_core->create_input_cdr_data_block ( - ACE_CDR::DEFAULT_BUFSIZE), +TAO_Pluggable_Reply_Params::TAO_Pluggable_Reply_Params ( + TAO_ORB_Core *orb_core + ) + : input_cdr_ (orb_core->create_input_cdr_data_block ( + ACE_CDR::DEFAULT_BUFSIZE + ), TAO_ENCAP_BYTE_ORDER, orb_core) - , service_context_ (0) { } |