summaryrefslogtreecommitdiff
path: root/CIAO/CCF/CCF/IDL2/Traversal/TypeId.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/CCF/CCF/IDL2/Traversal/TypeId.hpp')
-rw-r--r--CIAO/CCF/CCF/IDL2/Traversal/TypeId.hpp34
1 files changed, 0 insertions, 34 deletions
diff --git a/CIAO/CCF/CCF/IDL2/Traversal/TypeId.hpp b/CIAO/CCF/CCF/IDL2/Traversal/TypeId.hpp
deleted file mode 100644
index eb917dd69cb..00000000000
--- a/CIAO/CCF/CCF/IDL2/Traversal/TypeId.hpp
+++ /dev/null
@@ -1,34 +0,0 @@
-// file : CCF/IDL2/Traversal/TypeId.hpp
-// author : Boris Kolpackov <boris@dre.vanderbilt.edu>
-// cvs-id : $Id$
-
-#ifndef CCF_IDL2_TRAVERSAL_TYPE_ID_HPP
-#define CCF_IDL2_TRAVERSAL_TYPE_ID_HPP
-
-#include "CCF/IDL2/Traversal/Elements.hpp"
-
-#include "CCF/IDL2/SemanticGraph/TypeId.hpp"
-
-namespace CCF
-{
- namespace IDL2
- {
- namespace Traversal
- {
- // Typeid and typeprefix are two idiotic constructs of IDL.
- // They normally should not result in any directly generated
- // code so only minimal (and most generic) support is provided.
- //
-
- struct TypeId : Node<SemanticGraph::TypeId>
- {
- };
-
- struct TypePrefix : Node<SemanticGraph::TypePrefix>
- {
- };
- }
- }
-}
-
-#endif // CCF_IDL2_TRAVERSAL_TYPE_ID_HPP