summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_union_branch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_union_branch.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_union_branch.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_union_branch.h b/TAO/TAO_IDL/be_include/be_union_branch.h
index 8b354afb2af..e74390ca4b0 100644
--- a/TAO/TAO_IDL/be_include/be_union_branch.h
+++ b/TAO/TAO_IDL/be_include/be_union_branch.h
@@ -37,6 +37,12 @@ public:
UTL_StrList *p);
// constructor
+ virtual int gen_encapsulation (void);
+ // generate the encapsulation
+
+ virtual long tc_encap_len (void);
+ // return the total byte length of ourselves represented as an encapsulation
+
int gen_label_value (TAO_OutStream *os);
// Generate the label value (as in a switch/case statement).