summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_concrete_type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_concrete_type.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_concrete_type.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/ast/ast_concrete_type.cpp b/TAO/TAO_IDL/ast/ast_concrete_type.cpp
index 5719f4ca019..804f33933da 100644
--- a/TAO/TAO_IDL/ast/ast_concrete_type.cpp
+++ b/TAO/TAO_IDL/ast/ast_concrete_type.cpp
@@ -69,6 +69,18 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "ast_concrete_type.h"
+ACE_RCSID (ast,
+ ast_concrete_type,
+ "$Id$")
+
+// Constructor(s) and destructor.
+AST_ConcreteType::AST_ConcreteType (void)
+ : COMMON_Base (),
+ AST_Decl (),
+ AST_Type ()
+{
+}
+
AST_ConcreteType::AST_ConcreteType (AST_Decl::NodeType nt,
UTL_ScopedName *n)
: COMMON_Base (),