summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL2/SyntaxTree/TypeId.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/CCF/IDL2/SyntaxTree/TypeId.cpp')
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/SyntaxTree/TypeId.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/CIAO/CCF/CCF/IDL2/SyntaxTree/TypeId.cpp b/TAO/CIAO/CCF/CCF/IDL2/SyntaxTree/TypeId.cpp
index b8e03b9e898..367462e7f26 100644
--- a/TAO/CIAO/CCF/CCF/IDL2/SyntaxTree/TypeId.cpp
+++ b/TAO/CIAO/CCF/CCF/IDL2/SyntaxTree/TypeId.cpp
@@ -21,9 +21,7 @@ namespace CCF
typeid_init_ ()
{
TypeInfo ti (typeid (TypeId));
- ti.add_base (Access::PUBLIC,
- true,
- Declaration::static_type_info ());
+ ti.add_base (Access::PUBLIC, true, Node::static_type_info ());
return ti;
}
@@ -43,9 +41,7 @@ namespace CCF
typeprefix_init_ ()
{
TypeInfo ti (typeid (TypePrefix));
- ti.add_base (Access::PUBLIC,
- true,
- Declaration::static_type_info ());
+ ti.add_base (Access::PUBLIC, true, Node::static_type_info ());
return ti;
}