aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/validator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/hybrid/validator.hxx')
-rw-r--r--xsde/cxx/hybrid/validator.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/xsde/cxx/hybrid/validator.hxx b/xsde/cxx/hybrid/validator.hxx
index ba4cc80..360ebc0 100644
--- a/xsde/cxx/hybrid/validator.hxx
+++ b/xsde/cxx/hybrid/validator.hxx
@@ -6,24 +6,21 @@
#ifndef CXX_HYBRID_VALIDATOR_HXX
#define CXX_HYBRID_VALIDATOR_HXX
-#include <cult/types.hxx>
-
#include <xsd-frontend/semantic-graph/schema.hxx>
-#include <cxx/hybrid/options.hxx>
-
#include <xsde.hxx>
+#include <types.hxx>
+
+#include <cxx/hybrid/options.hxx>
namespace CXX
{
namespace Hybrid
{
- using namespace Cult::Types;
-
class Validator
{
public:
- Boolean
+ bool
validate (options const& options,
XSDFrontend::SemanticGraph::Schema&,
XSDFrontend::SemanticGraph::Path const& tu,