summaryrefslogtreecommitdiff
path: root/TAO_IDL/be/be_visitor_interface/amh_si.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/be/be_visitor_interface/amh_si.cpp')
-rw-r--r--TAO_IDL/be/be_visitor_interface/amh_si.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO_IDL/be/be_visitor_interface/amh_si.cpp b/TAO_IDL/be/be_visitor_interface/amh_si.cpp
index 9969e0061be..5a81582e537 100644
--- a/TAO_IDL/be/be_visitor_interface/amh_si.cpp
+++ b/TAO_IDL/be/be_visitor_interface/amh_si.cpp
@@ -120,17 +120,17 @@ be_visitor_amh_interface_si::gen_skel_helper (be_interface *derived,
{
be_operation *op =
be_operation::narrow_from_decl (d);
-
+
/// These implied IDL operations are for stub-side only.
if (op->is_sendc_ami ())
{
continue;
}
-
- *os << be_nl << be_nl << "// TAO_IDL - Generated from" << be_nl
+
+ *os << be_nl_2 << "// TAO_IDL - Generated from" << be_nl
<< "// " << __FILE__ << ":" << __LINE__;
- *os << be_nl << be_nl;
+ *os << be_nl_2;
// Generate code in the inline file.
// Generate the static method corresponding to this method.
@@ -165,8 +165,8 @@ be_visitor_amh_interface_si::gen_skel_helper (be_interface *derived,
{
return -1;
}
-
- *os << be_nl << be_nl;
+
+ *os << be_nl_2;
// Generate code in the inline file.
// Generate the static method corresponding to this method.
@@ -197,7 +197,7 @@ be_visitor_amh_interface_si::gen_skel_helper (be_interface *derived,
if (!attr->readonly ())
{
- *os << be_nl << be_nl;
+ *os << be_nl_2;
// Generate code in the inline file.
// Generate the static method corresponding to