summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp b/TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp
index e26407dc218..6a861bcbacc 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp
@@ -47,16 +47,16 @@ be_visitor_interface_strategized_proxy_broker_sh::visit_interface (be_interface
// Accessor Method
*os << "virtual " << "::" << node->full_base_proxy_impl_name () << " &" << "select_proxy (" << be_idt_nl;
- *os << "::" << node->full_name () << " *object," << be_nl
- << "CORBA_Environment &ACE_TRY_ENV" << be_uidt_nl
+ *os << "::" << node->full_name () << " *object" << be_nl
+ << "TAO_ENV_ARG_DECL" << be_uidt_nl
<< ");" << be_uidt_nl << be_nl;
*os << "private:" << be_idt_nl
<< "// Helper methods that takes care to create the proxy" << be_nl
<< "// as soon as their use is necessary." << be_nl
- << "void create_proxy (" << be_idt_nl << "int collocation_strategy,"
- << be_nl << "CORBA::Environment &ACE_TRY_ENV"
+ << "void create_proxy (" << be_idt_nl << "int collocation_strategy"
+ << be_nl << "TAO_ENV_ARG_DECL"
<< be_uidt_nl << ");"
<< be_nl << be_nl
<< "// Caches the proxy implementations. The proxy implementation" << be_nl