summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_predefined_type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_predefined_type.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_predefined_type.cpp14
1 files changed, 12 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/ast/ast_predefined_type.cpp b/TAO/TAO_IDL/ast/ast_predefined_type.cpp
index 0fda4201ff7..1fef7398594 100644
--- a/TAO/TAO_IDL/ast/ast_predefined_type.cpp
+++ b/TAO/TAO_IDL/ast/ast_predefined_type.cpp
@@ -78,8 +78,18 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "ace/Log_Msg.h"
#include "ace/OS_NS_stdio.h"
-AST_Decl::NodeType const
-AST_PredefinedType::NT = AST_Decl::NT_pre_defined;
+ACE_RCSID (ast,
+ ast_predefined_type,
+ "$Id$")
+
+AST_PredefinedType::AST_PredefinedType (void)
+ : COMMON_Base (),
+ AST_Decl (),
+ AST_Type (),
+ AST_ConcreteType (),
+ pd_pt (PT_long)
+{
+}
AST_PredefinedType::AST_PredefinedType (PredefinedType t,
UTL_ScopedName *n)