diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-12-08 21:59:30 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-12-08 21:59:30 +0000 |
commit | 63165b00e2d667e39e15cf084128d94a563d484e (patch) | |
tree | 6939cf1ed0a80ce8a3224d33f3d23c0e1b9a517f /TAO/tao/GIOPC.cpp | |
parent | 6579bccb3a3f22f882ef908ad5f7e1a65b00b133 (diff) | |
download | ATCD-63165b00e2d667e39e15cf084128d94a563d484e.tar.gz |
Merged corba-env-clean branch.
Diffstat (limited to 'TAO/tao/GIOPC.cpp')
-rw-r--r-- | TAO/tao/GIOPC.cpp | 4 |
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) |