summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_string.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_string.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_string.h b/TAO/TAO_IDL/be_include/be_string.h
index 30f26043b31..0121bcf1216 100644
--- a/TAO/TAO_IDL/be_include/be_string.h
+++ b/TAO/TAO_IDL/be_include/be_string.h
@@ -68,6 +68,10 @@ public:
virtual long tc_encap_len (void);
// return length of encapsulation
+ virtual int write_as_return (TAO_OutStream *stream,
+ be_type *type);
+ // write the mapping as a return value on the stream.
+
// Visiting
virtual int accept (be_visitor *visitor);