diff options
author | okellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-29 20:21:11 +0000 |
---|---|---|
committer | okellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-29 20:21:11 +0000 |
commit | 15f9b16afed320b4e581b8f61fee7d7fbf1aa9a8 (patch) | |
tree | fd798ba5478a08b4b6f842cb8515ed9776861f5f /TAO/tao/GIOP_Message_Generator_Parser_10.cpp | |
parent | 5e12d6686388ccadee1714b94ddee0cce6587bfd (diff) | |
download | ATCD-15f9b16afed320b4e581b8f61fee7d7fbf1aa9a8.tar.gz |
ChangeLogTag:Tue Jan 29 21:09:12 2002 Oliver Kellogg <oliver.kellogg@sysde.eads.net>
Diffstat (limited to 'TAO/tao/GIOP_Message_Generator_Parser_10.cpp')
-rw-r--r-- | TAO/tao/GIOP_Message_Generator_Parser_10.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/GIOP_Message_Generator_Parser_10.cpp b/TAO/tao/GIOP_Message_Generator_Parser_10.cpp index b822e7751ab..8a9d0e3e67c 100644 --- a/TAO/tao/GIOP_Message_Generator_Parser_10.cpp +++ b/TAO/tao/GIOP_Message_Generator_Parser_10.cpp @@ -117,14 +117,14 @@ int TAO_GIOP_Message_Generator_Parser_10::write_reply_header ( TAO_OutputCDR &output, TAO_Pluggable_Reply_Params_Base &reply - TAO_ENV_ARG_DECL + ACE_ENV_ARG_DECL ) ACE_THROW_SPEC ((CORBA::SystemException)) { // Write the service context list. #if (TAO_HAS_MINIMUM_CORBA == 1) output << reply.service_context_notowned (); - TAO_ENV_ARG_NOT_USED; // FUZZ: ignore check_for_ace_check + ACE_ENV_ARG_NOT_USED; // FUZZ: ignore check_for_ace_check #else if (reply.is_dsi_ == 0) { @@ -321,7 +321,7 @@ TAO_GIOP_Message_Generator_Parser_10::parse_request_header ( // the reference count on the CDR message block, because this key // will not outlive the request (or the message block). - hdr_status = + hdr_status = hdr_status && request.profile ().unmarshall_object_key (input); if (input.char_translator () == 0) @@ -397,7 +397,7 @@ TAO_GIOP_Message_Generator_Parser_10::parse_locate_header ( request.request_id (req_id); // Get the object key - hdr_status = + hdr_status = hdr_status && request.profile ().unmarshall_object_key (msg); return hdr_status ? 0 : -1; |