summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_module.h')
-rw-r--r--TAO/TAO_IDL/include/ast_module.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/include/ast_module.h b/TAO/TAO_IDL/include/ast_module.h
index 62afe2b1ff1..e220bb8579f 100644
--- a/TAO/TAO_IDL/include/ast_module.h
+++ b/TAO/TAO_IDL/include/ast_module.h
@@ -100,7 +100,7 @@ public:
// Involved in OBV_ namespace generation.
void set_has_nested_valuetype (void);
- bool has_nested_valuetype (void);
+ idl_bool has_nested_valuetype (void);
// Allows adding an interface to a later point
// The interface i is inserted after interface ix, if
@@ -110,7 +110,7 @@ public:
// Has this node been referenced here already?
// Override of method in UTL_Scope.
- virtual bool referenced (AST_Decl *e,
+ virtual idl_bool referenced (AST_Decl *e,
Identifier *id = 0);
// Add decls from previous opening of this module to the
@@ -181,7 +181,7 @@ private:
virtual AST_ValueBox *fe_add_valuebox (AST_ValueBox *vb);
- bool pd_has_nested_valuetype;
+ idl_bool pd_has_nested_valuetype;
ACE_Unbounded_Set<AST_Decl *> previous_;
// Container for declaration from previous openings of this module.