summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_enum.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_enum.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_enum.h b/TAO/TAO_IDL/be_include/be_enum.h
index e7a3637b750..c8f4f80a8e5 100644
--- a/TAO/TAO_IDL/be_include/be_enum.h
+++ b/TAO/TAO_IDL/be_include/be_enum.h
@@ -70,6 +70,10 @@ public:
virtual int member_count (void);
// return the count of members
+ 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);