diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-11 04:52:32 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-11 04:52:32 +0000 |
commit | 5bfcbc87a7a32c588f3c2703465683114c827b15 (patch) | |
tree | 20f09f16fd2bce3010b7cc99fbf036d732c7c8e1 /TAO/tao/Marshal.i | |
parent | be336f052416767ee8356c206aed3b404ea0d863 (diff) | |
download | ATCD-5bfcbc87a7a32c588f3c2703465683114c827b15.tar.gz |
Standardized env name
Diffstat (limited to 'TAO/tao/Marshal.i')
-rw-r--r-- | TAO/tao/Marshal.i | 4 |
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 ****************** |