summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype.h b/TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype.h
index e88c4509dfb..1789d83b667 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype.h
@@ -97,20 +97,16 @@ public:
virtual int gen_init_impl (be_valuetype *node);
// generate the _init implementation
- void gen_obv_init_constructor_args (be_valuetype *node,
- unsigned long &index);
- // Recursively generate args for the initializing constuctor.
-
protected:
- static bool obv_need_ref_counter (be_valuetype *node);
+ static idl_bool obv_need_ref_counter (be_valuetype *node);
// check is VT needs a RefCounter mix-in in OBV_ class
// suppose that we are deciding for this node
- static bool obv_have_ref_counter (be_valuetype *node);
+ static idl_bool obv_have_ref_counter (be_valuetype *node);
// recurse down the inheritance tree to see
// if node or one of its OBV_ base class already has RefCounter
- bool is_amh_exception_holder (be_valuetype *node);
+ idl_bool is_amh_exception_holder (be_valuetype *node);
// Predicate common to _ch and _cs visitors.
};