summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-12 00:05:27 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-12 00:05:27 +0000
commit601e03d86a6f34077dbc1fda528622cbb8bb2743 (patch)
tree3d6cba44698837b2f3e1b84cdd786cebe3b8975f
parentd96a40884080a667a9424f2f8ea9cc3d68456abc (diff)
downloadATCD-601e03d86a6f34077dbc1fda528622cbb8bb2743.tar.gz
rectified the redifinition of the <length> variable
while forming the parameterlist.
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/interceptors_ss.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/interceptors_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/interceptors_ss.cpp
index 5a272560e50..1df387334ee 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/interceptors_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/interceptors_ss.cpp
@@ -144,6 +144,7 @@ be_visitor_operation_interceptors_ss::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.