summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_field.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_field.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_field.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_field.h b/TAO/TAO_IDL/be_include/be_field.h
index 0a0de3dbffa..d4bc99a4252 100644
--- a/TAO/TAO_IDL/be_include/be_field.h
+++ b/TAO/TAO_IDL/be_include/be_field.h
@@ -38,6 +38,12 @@ public:
Visibility vis = vis_NA);
// constructor
+ virtual int gen_encapsulation (void);
+ // generate the typecode
+
+ virtual long tc_encap_len (void);
+ // return the total byte length of ourselves represented as an encapsulation
+
// Visiting
virtual int accept (be_visitor *visitor);