From d79be86eb4731d2e682a6b3702154e9458894968 Mon Sep 17 00:00:00 2001 From: nanbor Date: Sun, 10 Jan 1999 04:11:33 +0000 Subject: Replaced _env with TAO_IN_ENV --- TAO/tao/PolicyS.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TAO/tao/PolicyS.cpp') diff --git a/TAO/tao/PolicyS.cpp b/TAO/tao/PolicyS.cpp index 1043461f678..37a3ee74d00 100644 --- a/TAO/tao/PolicyS.cpp +++ b/TAO/tao/PolicyS.cpp @@ -272,10 +272,10 @@ void POA_CORBA::_tao_collocated_Policy::destroy ( CORBA::Policy* -POA_CORBA::Policy::_this (CORBA_Environment &_env) +POA_CORBA::Policy::_this (CORBA_Environment &TAO_IN_ENV) { - STUB_Object *stub = this->_create_stub (_env); - if (_env.exception () != 0) + STUB_Object *stub = this->_create_stub (TAO_IN_ENV); + if (TAO_IN_ENV.exception () != 0) return 0; return new POA_CORBA::_tao_collocated_Policy (this, stub); } -- cgit v1.2.1