From f0510d2f90467de8e8f260b47d79a9baaf9bef17 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Sep 2009 07:15:29 +0200 Subject: Start tracking XSD with git --- xsd/processing/cardinality/processor.hxx | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 xsd/processing/cardinality/processor.hxx (limited to 'xsd/processing/cardinality/processor.hxx') diff --git a/xsd/processing/cardinality/processor.hxx b/xsd/processing/cardinality/processor.hxx new file mode 100644 index 0000000..feed41a --- /dev/null +++ b/xsd/processing/cardinality/processor.hxx @@ -0,0 +1,32 @@ +// file : processing/cardinality/processor.hxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// license : GNU GPL v2 + exceptions; see accompanying LICENSE file + +#ifndef PROCESSING_CARDINALITY_PROCESSOR_HXX +#define PROCESSING_CARDINALITY_PROCESSOR_HXX + +#include + +#include // Path +#include + +namespace Processing +{ + namespace Cardinality + { + using namespace Cult::Types; + + class Processor + { + public: + struct Failed {}; + + Void + process (XSDFrontend::SemanticGraph::Schema&, + XSDFrontend::SemanticGraph::Path const& file); + }; + } +} + +#endif // PROCESSING_CARDINALITY_PROCESSOR_HXX -- cgit v1.1