summaryrefslogtreecommitdiff
path: root/TAO_IDL/be/be_visitor_interface/amh_rh_ss.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/be/be_visitor_interface/amh_rh_ss.cpp')
-rw-r--r--TAO_IDL/be/be_visitor_interface/amh_rh_ss.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO_IDL/be/be_visitor_interface/amh_rh_ss.cpp b/TAO_IDL/be/be_visitor_interface/amh_rh_ss.cpp
index e6f482a87f7..5a7bb54567f 100644
--- a/TAO_IDL/be/be_visitor_interface/amh_rh_ss.cpp
+++ b/TAO_IDL/be/be_visitor_interface/amh_rh_ss.cpp
@@ -65,15 +65,15 @@ be_visitor_amh_rh_interface_ss::visit_interface (be_interface *node)
ACE_CString rh_skel_class_name (rh_skel_class_name_prefix);
rh_skel_class_name += node->local_name ();
- *os << be_nl << be_nl << "// TAO_IDL - Generated from " << be_nl
- << "// " << __FILE__ << ":" << __LINE__ << be_nl << be_nl;
+ *os << be_nl_2 << "// TAO_IDL - Generated from " << be_nl
+ << "// " << __FILE__ << ":" << __LINE__ << be_nl_2;
*os << rh_skel_full_scope_name.c_str ()
<< "::" << rh_skel_class_name.c_str () << " (void)" << be_nl
<< ": TAO_AMH_Response_Handler ()," << be_idt_nl
<< "::" << node->full_name () << " ()" << be_uidt << be_uidt_nl
<< "{" << be_nl
- << "}" << be_nl << be_nl;
+ << "}" << be_nl_2;
*os << rh_skel_full_scope_name.c_str ()
<< "::~" << rh_skel_class_name.c_str ()