summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOPC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOPC.cpp')
-rw-r--r--TAO/tao/GIOPC.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/GIOPC.cpp b/TAO/tao/GIOPC.cpp
index fb75e68a725..9e5e1899ac7 100644
--- a/TAO/tao/GIOPC.cpp
+++ b/TAO/tao/GIOPC.cpp
@@ -360,7 +360,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, GIOP::IORAddressingInfo
{
CORBA::TypeCode_var type = _tao_any.type ();
CORBA::Boolean result =
- type->equivalent (GIOP::_tc_IORAddressingInfo, ACE_TRY_ENV);
+ type->equivalent (GIOP::_tc_IORAddressingInfo TAO_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -464,7 +464,7 @@ CORBA::Boolean operator>>= (
{
CORBA::TypeCode_var type = _tao_any.type ();
CORBA::Boolean result =
- type->equivalent (GIOP::_tc_TargetAddress, ACE_TRY_ENV);
+ type->equivalent (GIOP::_tc_TargetAddress TAO_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)