summaryrefslogtreecommitdiff
path: root/TAO/tao/StringSeqC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/StringSeqC.cpp')
-rw-r--r--TAO/tao/StringSeqC.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/StringSeqC.cpp b/TAO/tao/StringSeqC.cpp
index ed09fcc3145..1f8cc76c277 100644
--- a/TAO/tao/StringSeqC.cpp
+++ b/TAO/tao/StringSeqC.cpp
@@ -210,7 +210,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_StringSeq *&
{
CORBA::TypeCode_var type = _tao_any.type ();
CORBA::Boolean result =
- type->equivalent (CORBA::_tc_StringSeq, ACE_TRY_ENV);
+ type->equivalent (CORBA::_tc_StringSeq TAO_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -303,7 +303,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_WStringSeq *
{
CORBA::TypeCode_var type = _tao_any.type ();
CORBA::Boolean result =
- type->equivalent (CORBA::_tc_WStringSeq, ACE_TRY_ENV);
+ type->equivalent (CORBA::_tc_WStringSeq TAO_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)