summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_component_fwd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_component_fwd.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_component_fwd.cpp13
1 files changed, 11 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/ast/ast_component_fwd.cpp b/TAO/TAO_IDL/ast/ast_component_fwd.cpp
index 766152554f7..2d9ffcabbf9 100644
--- a/TAO/TAO_IDL/ast/ast_component_fwd.cpp
+++ b/TAO/TAO_IDL/ast/ast_component_fwd.cpp
@@ -4,8 +4,17 @@
#include "ast_visitor.h"
#include "utl_identifier.h"
-AST_Decl::NodeType const
-AST_ComponentFwd::NT = AST_Decl::NT_component_fwd;
+ACE_RCSID( ast,
+ ast_component_fwd,
+ "$Id$")
+
+AST_ComponentFwd::AST_ComponentFwd (void)
+ : COMMON_Base (),
+ AST_Decl (),
+ AST_Type (),
+ AST_InterfaceFwd ()
+{
+}
AST_ComponentFwd::AST_ComponentFwd (AST_Interface *dummy,
UTL_ScopedName *n)