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.cpp7
1 files changed, 3 insertions, 4 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 53e787c0e30..9fdb5f2cd0c 100644
--- a/TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp
@@ -31,8 +31,7 @@ be_visitor_module_sh::visit_module (be_module *node)
TAO_OutStream *os = this->ctx_->stream ();
- *os << be_nl_2 << "// TAO_IDL - Generated from" << be_nl
- << "// " << __FILE__ << ":" << __LINE__ << be_nl_2;
+ TAO_INSERT_COMMENT (os);
// Generate the skeleton class name.
@@ -62,8 +61,8 @@ be_visitor_module_sh::visit_module (be_module *node)
-1);
}
- *os << be_uidt_nl << be_nl << "// TAO_IDL - Generated from" << be_nl
- << "// " << __FILE__ << ":" << __LINE__ << be_nl_2;
+ *os << be_uidt_nl << be_nl;
+ TAO_INSERT_COMMENT (os);
*os << "} // module "
<< node->name ();