summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_exception.h')
-rw-r--r--TAO/TAO_IDL/include/ast_exception.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/include/ast_exception.h b/TAO/TAO_IDL/include/ast_exception.h
index 16b7f2d16a7..e6c5e52c77a 100644
--- a/TAO/TAO_IDL/include/ast_exception.h
+++ b/TAO/TAO_IDL/include/ast_exception.h
@@ -83,12 +83,12 @@ public:
AST_Exception (void);
AST_Exception (UTL_ScopedName *n,
- idl_bool local,
- idl_bool abstract);
+ bool local,
+ bool abstract);
virtual ~AST_Exception (void);
- virtual idl_bool in_recursion (ACE_Unbounded_Queue<AST_Type *> &list);
+ virtual bool in_recursion (ACE_Unbounded_Queue<AST_Type *> &list);
// Check if we or the parameter node is in recursion.
// Narrowing