summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-12 00:06:02 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-12 00:06:02 +0000
commit49ecf0d3fef5d2e887d9e2692e8b573abcc54ebe (patch)
tree1ec339794b8591bec7d2898038e994e1cb1d92cf
parent601e03d86a6f34077dbc1fda528622cbb8bb2743 (diff)
downloadATCD-49ecf0d3fef5d2e887d9e2692e8b573abcc54ebe.tar.gz
rectified the redifinition of the <length> symbol while forming the
paramlist
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/interceptors_cs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/interceptors_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/interceptors_cs.cpp
index 2cc86a676a5..126a4ee1b8f 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/interceptors_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/interceptors_cs.cpp
@@ -146,6 +146,7 @@ be_visitor_operation_interceptors_cs::visit_operation (be_operation *node)
}
else
{
+ *os << "CORBA::ULong length = 0;" << be_nl;
// The insertion operator is different for different nodes.
// We change our scope to go to the argument scope to
// be able to decide this.