summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_eventtype_fwd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_eventtype_fwd.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_eventtype_fwd.cpp14
1 files changed, 12 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/ast/ast_eventtype_fwd.cpp b/TAO/TAO_IDL/ast/ast_eventtype_fwd.cpp
index d44e3aeba3f..0f2bd53fd17 100644
--- a/TAO/TAO_IDL/ast/ast_eventtype_fwd.cpp
+++ b/TAO/TAO_IDL/ast/ast_eventtype_fwd.cpp
@@ -5,8 +5,18 @@
#include "ast_visitor.h"
#include "utl_identifier.h"
-AST_Decl::NodeType const
-AST_EventTypeFwd::NT = AST_Decl::NT_eventtype_fwd;
+ACE_RCSID( ast,
+ ast_eventtype_fwd,
+ "$Id$")
+
+AST_EventTypeFwd::AST_EventTypeFwd (void)
+ : COMMON_Base (),
+ AST_Decl (),
+ AST_Type (),
+ AST_InterfaceFwd (),
+ AST_ValueTypeFwd ()
+{
+}
AST_EventTypeFwd::AST_EventTypeFwd (AST_Interface *dummy,
UTL_ScopedName *n)