aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/serializer/validator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/serializer/validator.hxx')
-rw-r--r--xsde/cxx/serializer/validator.hxx13
1 files changed, 5 insertions, 8 deletions
diff --git a/xsde/cxx/serializer/validator.hxx b/xsde/cxx/serializer/validator.hxx
index 601ada3..0e59b3d 100644
--- a/xsde/cxx/serializer/validator.hxx
+++ b/xsde/cxx/serializer/validator.hxx
@@ -6,28 +6,25 @@
#ifndef CXX_SERIALIZER_VALIDATOR_HXX
#define CXX_SERIALIZER_VALIDATOR_HXX
-#include <cult/types.hxx>
-
#include <xsd-frontend/semantic-graph/schema.hxx>
-#include <cxx/serializer/options.hxx>
-
#include <xsde.hxx>
+#include <types.hxx>
+
+#include <cxx/serializer/options.hxx>
namespace CXX
{
namespace Serializer
{
- using namespace Cult::Types;
-
class Validator
{
public:
- Boolean
+ bool
validate (options const&,
XSDFrontend::SemanticGraph::Schema&,
XSDFrontend::SemanticGraph::Path const& tu,
- Boolean gen_driver,
+ bool gen_driver,
const WarningSet& disabled_warnings);
};
}