summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_native.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_native.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_native.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_native.h b/TAO/TAO_IDL/be_include/be_native.h
index 70dd2254b57..8b04f93565c 100644
--- a/TAO/TAO_IDL/be_include/be_native.h
+++ b/TAO/TAO_IDL/be_include/be_native.h
@@ -60,6 +60,10 @@ public:
virtual long tc_size (void);
// return typecode size
+ 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);