From 49ecf0d3fef5d2e887d9e2692e8b573abcc54ebe Mon Sep 17 00:00:00 2001 From: kirthika Date: Wed, 12 Jul 2000 00:06:02 +0000 Subject: rectified the redifinition of the symbol while forming the paramlist --- TAO/TAO_IDL/be/be_visitor_operation/interceptors_cs.cpp | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.1