summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_operation/tie_si.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_operation/tie_si.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/tie_si.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/tie_si.cpp b/TAO/TAO_IDL/be/be_visitor_operation/tie_si.cpp
index 03340daede0..21ed4b77977 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/tie_si.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/tie_si.cpp
@@ -150,7 +150,7 @@ int be_visitor_operation_tie_si::visit_operation (be_operation *node)
if (node->argument_count () > 0)
*os << ",\n";
os->indent ();
- *os << "ACE_TRY_ENV" << be_uidt_nl
+ *os << "_tao_environment" << be_uidt_nl
<< ");" << be_uidt_nl
<< "}\n\n";