summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-03-28 21:26:34 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-03-28 21:26:34 +0000
commitc076c796ebd50927213753ab8c51989aeb8eb7c9 (patch)
tree309be420cebd7e306a97541cf1c65e6db457b0db /TAO/tao/GIOP_Message_Generator_Parser_10.cpp
parenta1fce0dbf1c7dcb1ffb22d86451515bcfb44f249 (diff)
downloadATCD-c076c796ebd50927213753ab8c51989aeb8eb7c9.tar.gz
ChangeLogTag: Wed Mar 28 15:25:04 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/GIOP_Message_Generator_Parser_10.cpp')
-rw-r--r--TAO/tao/GIOP_Message_Generator_Parser_10.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/GIOP_Message_Generator_Parser_10.cpp b/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
index 4d13a5593ae..9fe9c00df50 100644
--- a/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
+++ b/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
@@ -117,7 +117,7 @@ int
TAO_GIOP_Message_Generator_Parser_10::write_reply_header (
TAO_OutputCDR &output,
TAO_Pluggable_Reply_Params &reply,
- CORBA::Environment &ACE_TRY_ENV
+ CORBA::Environment &env
)
ACE_THROW_SPEC ((CORBA::SystemException))
{
@@ -219,6 +219,7 @@ TAO_GIOP_Message_Generator_Parser_10::write_reply_header (
}
else
{
+ CORBA::Environment &ACE_TRY_ENV = env;
// <target> can only have the values above
ACE_THROW_RETURN (CORBA::MARSHAL (),
0);
@@ -241,7 +242,8 @@ TAO_GIOP_Message_Generator_Parser_10::write_reply_header (
this->marshal_reply_status (output,
reply);
- ACE_UNUSED_ARG (ACE_TRY_ENV);
+ ACE_UNUSED_ARG (env);
+
return 1;
}