summaryrefslogtreecommitdiff
path: root/TAO/tao/Sequence.h
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
commitfa763485067393c14700be31604bae2db6c8a177 (patch)
tree28b5b3f21d92637d91c2982a0479c2d0daee38e4 /TAO/tao/Sequence.h
parentd7bcdfde39a1bc5070b38a157aacb82246887f22 (diff)
downloadATCD-fa763485067393c14700be31604bae2db6c8a177.tar.gz
Replaced _env with TAO_IN_ENV
Diffstat (limited to 'TAO/tao/Sequence.h')
-rw-r--r--TAO/tao/Sequence.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Sequence.h b/TAO/tao/Sequence.h
index 4a3d3dd36e9..1080046d383 100644
--- a/TAO/tao/Sequence.h
+++ b/TAO/tao/Sequence.h
@@ -60,7 +60,7 @@ public:
virtual void _downcast (void *target,
CORBA_Object *src,
- CORBA_Environment &_env = CORBA_Environment::default_environment ());
+ CORBA_Environment &TAO_IN_ENV = CORBA_Environment::default_environment ());
// Used for sequences of objects to downcast a recently demarshalled
// object reference into the right type.