summaryrefslogtreecommitdiff
path: root/TAO/tao/Sequence.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
commit63165b00e2d667e39e15cf084128d94a563d484e (patch)
tree6939cf1ed0a80ce8a3224d33f3d23c0e1b9a517f /TAO/tao/Sequence.h
parent6579bccb3a3f22f882ef908ad5f7e1a65b00b133 (diff)
downloadATCD-63165b00e2d667e39e15cf084128d94a563d484e.tar.gz
Merged corba-env-clean branch.
Diffstat (limited to 'TAO/tao/Sequence.h')
-rw-r--r--TAO/tao/Sequence.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/Sequence.h b/TAO/tao/Sequence.h
index 625381fd345..1e93f297116 100644
--- a/TAO/tao/Sequence.h
+++ b/TAO/tao/Sequence.h
@@ -72,9 +72,8 @@ public:
/// Used for sequences of objects to downcast a recently demarshalled
/// object reference into the right type.
virtual void _downcast (void *target,
- CORBA_Object *src,
- CORBA_Environment &ACE_TRY_ENV =
- TAO_default_environment ());
+ CORBA_Object *src
+ TAO_ENV_ARG_DECL_WITH_DEFAULTS);
/// Used for sequences of object to convert from the derived type
/// into the Object class.