summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_array.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_array.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_array.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_array.cpp b/TAO/TAO_IDL/be/be_array.cpp
index c26f44ecf46..b6515710a0c 100644
--- a/TAO/TAO_IDL/be/be_array.cpp
+++ b/TAO/TAO_IDL/be/be_array.cpp
@@ -1433,6 +1433,13 @@ be_array::compute_size_type (void)
return 0;
}
+int be_array::write_as_return (TAO_OutStream *stream,
+ be_type *type)
+{
+ *stream << type->name () << "_slice *";
+ return 0;
+}
+
int
be_array::accept (be_visitor *visitor)
{