summaryrefslogtreecommitdiff
path: root/TAO/tao/Marshal.i
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-11 04:52:32 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-11 04:52:32 +0000
commit5bfcbc87a7a32c588f3c2703465683114c827b15 (patch)
tree20f09f16fd2bce3010b7cc99fbf036d732c7c8e1 /TAO/tao/Marshal.i
parentbe336f052416767ee8356c206aed3b404ea0d863 (diff)
downloadATCD-5bfcbc87a7a32c588f3c2703465683114c827b15.tar.gz
Standardized env name
Diffstat (limited to 'TAO/tao/Marshal.i')
-rw-r--r--TAO/tao/Marshal.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Marshal.i b/TAO/tao/Marshal.i
index e66d1f263ce..1e79297c3c9 100644
--- a/TAO/tao/Marshal.i
+++ b/TAO/tao/Marshal.i
@@ -143,11 +143,11 @@ TAO_Marshal_WString::~TAO_Marshal_WString (void)
// the kind of the typecode.
ACE_INLINE TAO_Marshal_Object *
TAO_Marshal_Factory::make_marshal_object (CORBA::TypeCode_ptr tc,
- CORBA::Environment &env)
+ CORBA::Environment &TAO_IN_ENV)
{
if (tc && tc->kind_ >= 0 && tc->kind_ < CORBA::TC_KIND_COUNT)
return this->mobj_table_[tc->kind_].obj_;
- TAO_THROW_ENV_RETURN (CORBA::BAD_TYPECODE (CORBA::COMPLETED_NO), env, 0);
+ TAO_THROW_RETURN (CORBA::BAD_TYPECODE (CORBA::COMPLETED_NO), 0);
}
// *************** deep_free methods ******************