summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_structure/cdr_op_ch.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-28 02:16:46 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-28 02:16:46 +0000
commit31cf0ad33f38dbb31346ed35fb7459ad95f850c7 (patch)
tree057b2c0704641e64f3b83e12c73bf9de14305e85 /TAO/TAO_IDL/be/be_visitor_structure/cdr_op_ch.cpp
parent180216537cd0da937f2b147995ad2843f5c99987 (diff)
downloadATCD-31cf0ad33f38dbb31346ed35fb7459ad95f850c7.tar.gz
ChangeLogTag:Thu May 27 21:02:54 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
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, 4 insertions, 5 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 337601a11d5..a5313415f80 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,4 +74,3 @@ be_visitor_structure_cdr_op_ch::visit_structure (be_structure *node)
node->cli_hdr_cdr_op_gen (1);
return 0;
}
-