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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/include/ast_eventtype.h b/TAO/TAO_IDL/include/ast_eventtype.h
index c002947fd6d..fad9ed9e40d 100644
--- a/TAO/TAO_IDL/include/ast_eventtype.h
+++ b/TAO/TAO_IDL/include/ast_eventtype.h
@@ -9,6 +9,8 @@
class TAO_IDL_FE_Export AST_EventType : public virtual AST_ValueType
{
public:
+ AST_EventType (void);
+
AST_EventType (UTL_ScopedName *n,
AST_Type **inherits,
long n_inherits,
@@ -37,9 +39,6 @@ public:
// Visiting.
virtual int ast_accept (ast_visitor *visitor);
-
- static AST_Decl::NodeType const NT;
- typedef AST_EventTypeFwd FWD_TYPE;
};
#endif // _AST_VALUETYPE_AST_EVENTTYPE_HH