summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-23 23:29:42 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-23 23:29:42 +0000
commit8e01f11142298068e59af824319b037c7a71eb0d (patch)
treee8bc719d6ff454dac345e4bc1a5e9c99e1b065a3 /TAO/TAO_IDL
parent9f99295d8ebb42f2bec61e5cf17429371a0d1c25 (diff)
downloadATCD-8e01f11142298068e59af824319b037c7a71eb0d.tar.gz
ChangeLogTag: Wed Apr 23 18:27:53 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp
index b022b6f0cb7..52a4056ebfb 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp
@@ -710,8 +710,7 @@ be_visitor_sequence_cdr_op_cs::visit_node (be_type *bt)
break;
default:
- *os << "_tao_marshal_flag = (strm >> _tao_sequence[i]);"
- << be_uidt_nl;
+ *os << "_tao_marshal_flag = (strm >> _tao_sequence[i]);";
break;
}