summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_interface/thru_poa_collocated_ss.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_interface/thru_poa_collocated_ss.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/thru_poa_collocated_ss.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/thru_poa_collocated_ss.cpp b/TAO/TAO_IDL/be/be_visitor_interface/thru_poa_collocated_ss.cpp
index 277a6ec76e8..4a4c59bc34e 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/thru_poa_collocated_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/thru_poa_collocated_ss.cpp
@@ -79,7 +79,7 @@ int be_visitor_interface_thru_poa_collocated_ss::visit_interface (be_interface *
<< "_is_a" << be_idt
<< "(" << be_idt_nl
<< "const CORBA::Char *logical_type_id" << be_nl
- << "TAO_ENV_ARG_DECL" << be_uidt_nl
+ << "ACE_ENV_ARG_DECL" << be_uidt_nl
<< ")" << be_uidt_nl << be_nl
<< "{" << be_idt_nl;
*os <<"TAO_Object_Adapter::Servant_Upcall servant_upcall ("
@@ -93,7 +93,7 @@ int be_visitor_interface_thru_poa_collocated_ss::visit_interface (be_interface *
<< "this->_object_key ()," << be_nl
<< "\"" << "_is_a" << "\"," << be_nl
<< "forward_to.out ()" << be_nl
- << "TAO_ENV_ARG_PARAMETER" << be_uidt_nl
+ << "ACE_ENV_ARG_PARAMETER" << be_uidt_nl
<< ");" << be_uidt_nl
<< "ACE_CHECK_RETURN (0);" << be_nl;
*os << "return ACE_reinterpret_cast (" << be_idt << be_idt_nl
@@ -101,14 +101,14 @@ int be_visitor_interface_thru_poa_collocated_ss::visit_interface (be_interface *
<< "servant_upcall.servant ()->_downcast (" << be_idt << be_idt_nl
<< "\"" << node->repoID () << "\"" << be_uidt_nl
<< ")" << be_uidt << be_uidt_nl
- << ")->_is_a (logical_type_id TAO_ENV_ARG_PARAMETER);" << be_uidt << be_uidt_nl
+ << ")->_is_a (logical_type_id ACE_ENV_ARG_PARAMETER);" << be_uidt << be_uidt_nl
<< "}" << be_uidt_nl << be_nl << be_nl;
// Generate _non_existent implementation.
*os << "CORBA::Boolean " << node->full_coll_name (be_interface::THRU_POA) << "::"
<< "_non_existent" << be_idt
<< "(" << be_idt_nl
- << "TAO_ENV_SINGLE_ARG_DECL" << be_uidt_nl
+ << "ACE_ENV_SINGLE_ARG_DECL" << be_uidt_nl
<< ")" << be_uidt_nl << be_nl
<< "{" << be_idt_nl;
*os <<"TAO_Object_Adapter::Servant_Upcall servant_upcall ("
@@ -122,7 +122,7 @@ int be_visitor_interface_thru_poa_collocated_ss::visit_interface (be_interface *
<< "this->_object_key ()," << be_nl
<< "\"" << "_non_existent" << "\"," << be_nl
<< "forward_to.out ()" << be_nl
- << "TAO_ENV_ARG_PARAMETER" << be_uidt_nl
+ << "ACE_ENV_ARG_PARAMETER" << be_uidt_nl
<< ");" << be_uidt_nl
<< "ACE_CHECK_RETURN (0);" << be_nl;
*os << "return ACE_reinterpret_cast (" << be_idt << be_idt_nl
@@ -130,7 +130,7 @@ int be_visitor_interface_thru_poa_collocated_ss::visit_interface (be_interface *
<< "servant_upcall.servant ()->_downcast (" << be_idt << be_idt_nl
<< "\"" << node->repoID () << "\"" << be_uidt_nl
<< ")" << be_uidt << be_uidt_nl
- << ")->_non_existent (TAO_ENV_SINGLE_ARG_PARAMETER);" << be_uidt << be_uidt_nl
+ << ")->_non_existent (ACE_ENV_SINGLE_ARG_PARAMETER);" << be_uidt << be_uidt_nl
<< "}" << be_uidt_nl << be_nl << be_nl;
if (this->visit_scope (node) == -1)