summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp b/TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp
index c2eabbdf962..f3080384f59 100644
--- a/TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp
@@ -55,7 +55,7 @@ be_visitor_module_sh::visit_module (be_module *node)
// now generate the class definition. The prefix POA_ is prepended to our
// name only if we are the outermost module
- *os << "TAO_NAMESPACE "; // << idl_global->skel_export_macro ()
+ *os << "TAO_NAMESPACE "; // << idl_global->export_macro ()
if (!node->is_nested ())
// we are outermost module