summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_operation/interceptors_cs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_operation/interceptors_cs.cpp')
-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.