diff options
Diffstat (limited to 'xsd/cxx/tree/name-processor.hxx')
-rw-r--r-- | xsd/cxx/tree/name-processor.hxx | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/xsd/cxx/tree/name-processor.hxx b/xsd/cxx/tree/name-processor.hxx deleted file mode 100644 index 632b05e..0000000 --- a/xsd/cxx/tree/name-processor.hxx +++ /dev/null @@ -1,28 +0,0 @@ -// file : xsd/cxx/tree/name-processor.hxx -// license : GNU GPL v2 + exceptions; see accompanying LICENSE file - -#ifndef XSD_CXX_TREE_NAME_PROCESSOR_HXX -#define XSD_CXX_TREE_NAME_PROCESSOR_HXX - -#include <xsd/types.hxx> - -#include <xsd/cxx/tree/elements.hxx> -#include <xsd/cxx/tree/options.hxx> - -namespace CXX -{ - namespace Tree - { - class NameProcessor - { - public: - bool - process (options const&, - XSDFrontend::SemanticGraph::Schema&, - XSDFrontend::SemanticGraph::Path const& file, - StringLiteralMap const&); - }; - } -} - -#endif // XSD_CXX_TREE_NAME_PROCESSOR_HXX |