summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_eventtype.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_eventtype.h')
-rw-r--r--TAO/TAO_IDL/include/ast_eventtype.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/include/ast_eventtype.h b/TAO/TAO_IDL/include/ast_eventtype.h
index 97c9bc35169..d1fe9509207 100644
--- a/TAO/TAO_IDL/include/ast_eventtype.h
+++ b/TAO/TAO_IDL/include/ast_eventtype.h
@@ -20,9 +20,9 @@ public:
AST_Interface **supports,
long n_supports,
AST_Interface *supports_concrete,
- idl_bool abstract,
- idl_bool truncatable,
- idl_bool custom);
+ bool abstract,
+ bool truncatable,
+ bool custom);
virtual ~AST_EventType (void);