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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/include/ast_eventtype.h b/TAO/TAO_IDL/include/ast_eventtype.h
index 7e786dddd87..97c9bc35169 100644
--- a/TAO/TAO_IDL/include/ast_eventtype.h
+++ b/TAO/TAO_IDL/include/ast_eventtype.h
@@ -21,7 +21,8 @@ public:
long n_supports,
AST_Interface *supports_concrete,
idl_bool abstract,
- idl_bool truncatable);
+ idl_bool truncatable,
+ idl_bool custom);
virtual ~AST_EventType (void);