summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_structure.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_structure.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_structure.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/be_include/be_structure.h b/TAO/TAO_IDL/be_include/be_structure.h
index 2cea9b86c6b..4d20ad82671 100644
--- a/TAO/TAO_IDL/be_include/be_structure.h
+++ b/TAO/TAO_IDL/be_include/be_structure.h
@@ -51,12 +51,21 @@ public:
virtual int gen_out_impl (void);
// generate the _out implementation
+ virtual int gen_typecode (void);
+ // generate the typecode
+
+ virtual int gen_encapsulation (void);
+ // encapsulation for parameters
+
+ virtual long tc_size (void);
+ // return typecode size
+
+ virtual long tc_encap_len (void);
+ // return length of encapsulation
+
virtual int member_count (void);
// return the count of members
- virtual idl_bool in_recursion (be_type *node = 0);
- // are we or the node represented by node involved in recursion
-
// Visiting
virtual int accept (be_visitor *visitor);
@@ -77,7 +86,6 @@ private:
int member_count_;
// number of members
-
};
#endif