aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/parser-name-processor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/hybrid/parser-name-processor.hxx')
-rw-r--r--xsde/cxx/hybrid/parser-name-processor.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/xsde/cxx/hybrid/parser-name-processor.hxx b/xsde/cxx/hybrid/parser-name-processor.hxx
index 20721ee..d5fd390 100644
--- a/xsde/cxx/hybrid/parser-name-processor.hxx
+++ b/xsde/cxx/hybrid/parser-name-processor.hxx
@@ -6,26 +6,23 @@
#ifndef CXX_HYBRID_PARSER_NAME_PROCESSOR_HXX
#define CXX_HYBRID_PARSER_NAME_PROCESSOR_HXX
-#include <cult/types.hxx>
-
#include <xsd-frontend/semantic-graph.hxx>
+#include <types.hxx>
#include <cxx/hybrid/options.hxx>
namespace CXX
{
namespace Hybrid
{
- using namespace Cult::Types;
-
class ParserNameProcessor
{
public:
- Boolean
+ bool
process (options const& options,
XSDFrontend::SemanticGraph::Schema&,
XSDFrontend::SemanticGraph::Path const& file,
- Boolean deep);
+ bool deep);
};
}
}