summaryrefslogtreecommitdiff
path: root/TAO_IDL/be/be_visitor_exception/cdr_op_ch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/be/be_visitor_exception/cdr_op_ch.cpp')
-rw-r--r--TAO_IDL/be/be_visitor_exception/cdr_op_ch.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO_IDL/be/be_visitor_exception/cdr_op_ch.cpp b/TAO_IDL/be/be_visitor_exception/cdr_op_ch.cpp
index 70351c7ebcf..9a12dcf6f85 100644
--- a/TAO_IDL/be/be_visitor_exception/cdr_op_ch.cpp
+++ b/TAO_IDL/be/be_visitor_exception/cdr_op_ch.cpp
@@ -39,12 +39,12 @@ be_visitor_exception_cdr_op_ch::visit_exception (be_exception *node)
TAO_OutStream *os = this->ctx_->stream ();
- *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_global->core_versioning_begin () << be_nl;
- *os << be_nl << be_nl
+ *os << be_nl_2
<< be_global->stub_export_macro () << " ::CORBA::Boolean"
<< " operator<< (TAO_OutputCDR &, const " << node->name ()
<< " &);" << be_nl;
@@ -69,7 +69,7 @@ be_visitor_exception_cdr_op_ch::visit_exception (be_exception *node)
ACE_ERROR_RETURN ((LM_ERROR,
"(%N:%l) be_visitor_exception_cdr_op_ch::"
"visit_exception - "
- "codegen for scope failed\n"),
+ "codegen for scope failed\n"),
-1);
}