summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_home.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_home.h')
-rw-r--r--TAO/TAO_IDL/include/ast_home.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/include/ast_home.h b/TAO/TAO_IDL/include/ast_home.h
index 02456b18065..1bf5818b68c 100644
--- a/TAO/TAO_IDL/include/ast_home.h
+++ b/TAO/TAO_IDL/include/ast_home.h
@@ -29,18 +29,18 @@ public:
// Extend lookup to the base home.
virtual AST_Decl *look_in_inherited (UTL_ScopedName *e,
- bool treat_as_ref);
+ idl_bool treat_as_ref);
// Extend lookup to the supported interfaces.
virtual AST_Decl *look_in_supported (UTL_ScopedName *e,
- bool treat_as_ref);
-
+ idl_bool treat_as_ref);
+
// Accessors.
AST_Home *base_home (void) const;
AST_Interface **supports (void) const;
-
+
long n_supports (void) const;
AST_Component *managed_component (void) const;