summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_interface.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_interface.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/TAO_IDL/be_include/be_interface.h b/TAO/TAO_IDL/be_include/be_interface.h
index c4af6c6d1c4..90bebac52b2 100644
--- a/TAO/TAO_IDL/be_include/be_interface.h
+++ b/TAO/TAO_IDL/be_include/be_interface.h
@@ -66,8 +66,8 @@ public:
long nih,
AST_Interface **ih_flat,
long nih_flat,
- bool local,
- bool abstract);
+ idl_bool local,
+ idl_bool abstract);
// Constructor that sets its scoped name <n>, a list of inherited interfaces
// <ih>, the number of inherited interfaces <nih>, and any prgmas <p>.
@@ -188,7 +188,7 @@ public:
int traverse_inheritance_graph (
TAO_IDL_Inheritance_Hierarchy_Worker &worker,
TAO_OutStream *os,
- bool abstract_paths_only = false
+ idl_bool abstract_paths_only = I_FALSE
);
/// Wrap the @c gen parameter and call the generic version of
@@ -196,7 +196,7 @@ public:
int traverse_inheritance_graph (
tao_code_emitter gen,
TAO_OutStream *os,
- bool abstract_paths_only = false
+ idl_bool abstract_paths_only = I_FALSE
);
int in_mult_inheritance (void);
@@ -294,7 +294,7 @@ public:
be_interface *ancestor,
AST_Decl *d,
const char *prefix,
- bool direct,
+ idl_bool direct,
UTL_ExceptList *list,
TAO_OutStream *os);
// Common code called from gen_colloc_op_defn_helper().
@@ -329,8 +329,8 @@ public:
int session_component_child (void);
// Is Components::SessionComponent an immediate parent?
-
- bool is_event_consumer (void);
+
+ idl_bool is_event_consumer (void);
// Is EventConsumerBase our parent?
private: