summaryrefslogtreecommitdiff
path: root/TAO/tao/PolicyS.cpp
diff options
context:
space:
mode:
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);
}