summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_enum_val.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_enum_val.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_enum_val.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_enum_val.h b/TAO/TAO_IDL/be_include/be_enum_val.h
index cfde79677bf..e04b9e139c9 100644
--- a/TAO/TAO_IDL/be_include/be_enum_val.h
+++ b/TAO/TAO_IDL/be_include/be_enum_val.h
@@ -38,6 +38,12 @@ public:
be_enum_val (unsigned long v, UTL_ScopedName *n, UTL_StrList *p);
// constructor
+ virtual int gen_encapsulation (void);
+ // generate the typecode
+
+ virtual long tc_encap_len (void);
+ // return length of encapsulation
+
// Visiting
virtual int accept (be_visitor *visitor);