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.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be_include/be_field.h b/TAO/TAO_IDL/be_include/be_field.h
index 0a0de3dbffa..526cab7c19b 100644
--- a/TAO/TAO_IDL/be_include/be_field.h
+++ b/TAO/TAO_IDL/be_include/be_field.h
@@ -34,10 +34,15 @@ public:
be_field (void);
// default constructor
- be_field (AST_Type *ft, UTL_ScopedName *n, UTL_StrList *p,
- Visibility vis = vis_NA);
+ be_field (AST_Type *ft, UTL_ScopedName *n, UTL_StrList *p);
// 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);