summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_union.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_union.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_union.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/be_include/be_union.h b/TAO/TAO_IDL/be_include/be_union.h
index 0c0541028ea..ee92ff75fa6 100644
--- a/TAO/TAO_IDL/be_include/be_union.h
+++ b/TAO/TAO_IDL/be_include/be_union.h
@@ -50,15 +50,24 @@ 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 int default_index (void);
// return the default index used
- virtual idl_bool in_recursion (be_type *node = 0);
- // ar we or the parameter node involved in some kind of recursion
-
// Visiting
virtual int accept (be_visitor *visitor);
@@ -85,7 +94,6 @@ private:
int default_index_;
// default label index (zero based indexing)
-
};
#endif