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