diff options
Diffstat (limited to 'TAO/tao/Sequence.h')
-rw-r--r-- | TAO/tao/Sequence.h | 5 |
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. |