summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_interface/direct_collocated_sh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_interface/direct_collocated_sh.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/direct_collocated_sh.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/direct_collocated_sh.cpp b/TAO/TAO_IDL/be/be_visitor_interface/direct_collocated_sh.cpp
index 6f23f294d9b..aa9bc2ee0c9 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/direct_collocated_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/direct_collocated_sh.cpp
@@ -46,11 +46,11 @@ int be_visitor_interface_direct_collocated_sh::visit_interface (be_interface *no
{
TAO_OutStream *os = this->ctx_->stream ();
- os->gen_ifdef_macro (node->flatname (), "_direct_collocated");
+ os->gen_ifdef_macro (node->flat_name (), "_direct_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::DIRECT);
os->incr_indent ();
*os << " : public virtual " << node->name ();