summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_interface/thru_poa_collocated_sh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_interface/thru_poa_collocated_sh.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/thru_poa_collocated_sh.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/thru_poa_collocated_sh.cpp b/TAO/TAO_IDL/be/be_visitor_interface/thru_poa_collocated_sh.cpp
index fd104d55a66..6d2d1112bf4 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/thru_poa_collocated_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/thru_poa_collocated_sh.cpp
@@ -46,14 +46,14 @@ int be_visitor_interface_thru_poa_collocated_sh::visit_interface (be_interface *
{
TAO_OutStream *os = this->ctx_->stream ();
- os->gen_ifdef_macro (node->flatname (), "_thru_poa_collocated");
+ os->gen_ifdef_macro (node->flat_name (), "_thru_poa_collocated");
// output the class defn
os->indent ();
- *os << "class " << idl_global->skel_export_macro ()
+ *os << "class " << idl_global->export_macro ()
<< " " << node->local_coll_name (be_interface::THRU_POA);
os->incr_indent ();
- *os << " : public virtual " << node->name ();
+ *os << " : public virtual " << node->full_name ();
// generate base classes if any
if (node->n_inherits () > 0)