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