summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_exception.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_exception.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be_include/be_exception.h b/TAO/TAO_IDL/be_include/be_exception.h
index d73076c2ee5..bd24a6bbaa5 100644
--- a/TAO/TAO_IDL/be_include/be_exception.h
+++ b/TAO/TAO_IDL/be_include/be_exception.h
@@ -21,12 +21,21 @@ public:
// =code generation
+ virtual int gen_typecode (void);
+ // generate the typecode
+
+ virtual int gen_encapsulation (void);
+ // encapsulation for parameters
+
+ virtual long tc_size (void);
+ // return typecode size
+
+ virtual long tc_encap_len (void);
+ // return length of encapsulation
+
virtual int member_count (void);
// return the count of members
- virtual idl_bool in_recursion (be_type *node = 0);
- // check if we or the parameter node is in recursion
-
// Visiting
virtual int accept (be_visitor *visitor);