summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp
index 9a83fb4d255..ee37390f8e8 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp
@@ -75,13 +75,13 @@ be_visitor_interface_ci::visit_interface (be_interface *node)
<< "ACE_INLINE" << be_nl
<< node->name () << "::" << node->local_name ()
<< " (void)" << be_idt_nl
- << ": CORBA_AbstractBase ()" << be_uidt_nl
+ << ": CORBA::AbstractBase ()" << be_uidt_nl
<< "{}" << be_nl << be_nl;
*os << "ACE_INLINE" << be_nl
<< node->name () << "::" << node->local_name ()
<< " (const " << node->local_name () << " &rhs)" << be_idt_nl
- << ": CORBA_AbstractBase (rhs)" << be_uidt_nl
+ << ": CORBA::AbstractBase (rhs)" << be_uidt_nl
<< "{}" << be_nl << be_nl;
*os << "ACE_INLINE" << be_nl
@@ -91,7 +91,7 @@ be_visitor_interface_ci::visit_interface (be_interface *node)
<< "CORBA::Boolean _tao_collocated," << be_nl
<< "TAO_Abstract_ServantBase *servant" << be_uidt_nl
<< ")" << be_nl
- << ": CORBA_AbstractBase (objref, _tao_collocated, servant)"
+ << ": CORBA::AbstractBase (objref, _tao_collocated, servant)"
<< be_uidt_nl
<< "{}";
}