summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOPC.cpp
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/GIOPC.cpp
parent6579bccb3a3f22f882ef908ad5f7e1a65b00b133 (diff)
downloadATCD-63165b00e2d667e39e15cf084128d94a563d484e.tar.gz
Merged corba-env-clean branch.
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)