summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_typedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_typedef.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_typedef.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/be_include/be_typedef.h b/TAO/TAO_IDL/be_include/be_typedef.h
index 4f5f1b69591..94af3381b5f 100644
--- a/TAO/TAO_IDL/be_include/be_typedef.h
+++ b/TAO/TAO_IDL/be_include/be_typedef.h
@@ -36,13 +36,13 @@ public:
be_typedef (AST_Type *bt,
UTL_ScopedName *n,
- bool l,
- bool a);
+ idl_bool l,
+ idl_bool a);
// Constructor.
- virtual void seq_elem_tmplinst (bool val);
- virtual void seen_in_sequence (bool val);
- virtual void seen_in_operation (bool val);
+ virtual void seq_elem_tmplinst (idl_bool val);
+ virtual void seen_in_sequence (idl_bool val);
+ virtual void seen_in_operation (idl_bool val);
// Mutator overrides for be_type members. If we have been
// defined, we want the underlying type to be set as well.