summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_structure.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-24 16:53:27 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-24 16:53:27 +0000
commitb4383ddcb513a532f644f5e07ee9af038c67ed40 (patch)
tree4232a1221f83956ea047668a0ff601d1a5547462 /TAO/TAO_IDL/be_include/be_structure.h
parent98c6c8b0f48df45bd8ccc51c5c207c92fe219199 (diff)
downloadATCD-b4383ddcb513a532f644f5e07ee9af038c67ed40.tar.gz
ChangeLogTag:Sat Jan 24 10:30:40 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_structure.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_structure.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_structure.h b/TAO/TAO_IDL/be_include/be_structure.h
index be9240dfb64..d1521ea9d25 100644
--- a/TAO/TAO_IDL/be_include/be_structure.h
+++ b/TAO/TAO_IDL/be_include/be_structure.h
@@ -82,6 +82,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);