summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_structure/cdr_op_ch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_structure/cdr_op_ch.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure/cdr_op_ch.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_structure/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_structure/cdr_op_ch.cpp
index a5313415f80..337601a11d5 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure/cdr_op_ch.cpp
@@ -19,9 +19,9 @@
//
// ============================================================================
-#include "idl.h"
-#include "idl_extern.h"
-#include "be.h"
+#include "idl.h"
+#include "idl_extern.h"
+#include "be.h"
#include "be_visitor_structure.h"
@@ -53,7 +53,7 @@ be_visitor_structure_cdr_op_ch::visit_structure (be_structure *node)
os->indent ();
*os << "CORBA::Boolean " << idl_global->export_macro ()
<< " operator<< (TAO_OutputCDR &, const " << node->name ()
- << " &);" << be_nl;
+ << " &); // " << be_nl;
*os << "CORBA::Boolean " << idl_global->export_macro ()
<< " operator>> (TAO_InputCDR &, "
<< node->name () << " &);\n";
@@ -74,3 +74,4 @@ be_visitor_structure_cdr_op_ch::visit_structure (be_structure *node)
node->cli_hdr_cdr_op_gen (1);
return 0;
}
+