// file : xsd/cxx/parser/state-processor.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_STATE_PROCESSOR_HXX #define CXX_PARSER_STATE_PROCESSOR_HXX #include #include namespace CXX { namespace Parser { using namespace Cult::Types; class StateProcessor { public: Void process (XSDFrontend::SemanticGraph::Schema&, XSDFrontend::SemanticGraph::Path const& file); }; } } #endif // CXX_PARSER_STATE_PROCESSOR_HXX