summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp
index 6642aafc200..fbb5cac423f 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp
@@ -97,7 +97,7 @@ be_visitor_structure_any_op_cs::visit_structure (be_structure *node)
<< "{" << be_idt_nl
<< "CORBA::TypeCode_var type = _tao_any.type ();" << be_nl << be_nl
<< "CORBA::Boolean result = type->equivalent (" << node->tc_name ()
- << ", ACE_TRY_ENV);" << be_nl
+ << " TAO_ENV_ARG_PARAMETER);" << be_nl
<< "ACE_TRY_CHECK;" << be_nl << be_nl
<< "if (!result)" << be_idt_nl
<< "return 0; // not equivalent" << be_uidt_nl << be_nl