summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_predefined_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_predefined_type.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_predefined_type.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_predefined_type.h b/TAO/TAO_IDL/be_include/be_predefined_type.h
index 0ad44f5944f..c0b2014aead 100644
--- a/TAO/TAO_IDL/be_include/be_predefined_type.h
+++ b/TAO/TAO_IDL/be_include/be_predefined_type.h
@@ -44,6 +44,18 @@ public:
UTL_StrList *p);
// constructor
+ virtual int gen_typecode (void);
+ // generate the typecode
+
+ virtual long tc_size (void);
+ // return typecode size
+
+ virtual int gen_encapsulation (void);
+ // encapsulation for parameters
+
+ virtual long tc_encap_len (void);
+ // return length of encapsulation
+
// Visiting
virtual int accept (be_visitor* visitor);