summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-28 23:31:20 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-28 23:31:20 +0000
commit15a4d91aa5d314982f486e36dbe0b3b60339ec23 (patch)
tree9a94aabbbf16f9648d0bbba0510ff7b12d6c253d
parentbf00e2d735131607524f439e07e3231317cbd119 (diff)
downloadATCD-15a4d91aa5d314982f486e36dbe0b3b60339ec23.tar.gz
Missed a line.
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp2
1 files changed, 1 insertions, 1 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 9ef8eba4db0..b82db5c9a4e 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
@@ -186,7 +186,7 @@ be_visitor_sequence_cdr_op_cs::visit_sequence (be_sequence *node)
}
*os << "// set the length of the sequence" << be_nl
-
+ << "_tao_sequence.length (_tao_seq_len);" << be_nl;
// Now we do a check for the sequence length to be non zero.
// If length is 0 we return true.
*os << "// If length is 0 we return true." << be_nl;