summaryrefslogtreecommitdiff
path: root/TAO/tao/PolicyS.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-10 04:11:33 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-10 04:11:33 +0000
commitd79be86eb4731d2e682a6b3702154e9458894968 (patch)
tree28b5b3f21d92637d91c2982a0479c2d0daee38e4 /TAO/tao/PolicyS.cpp
parente088d618722288c89ce31bf13f2985a852da79b6 (diff)
downloadATCD-d79be86eb4731d2e682a6b3702154e9458894968.tar.gz
Replaced _env with TAO_IN_ENV
Diffstat (limited to 'TAO/tao/PolicyS.cpp')
-rw-r--r--TAO/tao/PolicyS.cpp6
1 files changed, 3 insertions, 3 deletions
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);
}