From 973221821ac8e20da4eadbf4ad552f686b1ace48 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 Jun 2012 15:07:35 +0200 Subject: Get rid of dependency on libcult --- xsde/cxx/serializer/name-processor.hxx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'xsde/cxx/serializer/name-processor.hxx') diff --git a/xsde/cxx/serializer/name-processor.hxx b/xsde/cxx/serializer/name-processor.hxx index b170705..6a33fe8 100644 --- a/xsde/cxx/serializer/name-processor.hxx +++ b/xsde/cxx/serializer/name-processor.hxx @@ -6,26 +6,23 @@ #ifndef CXX_SERIALIZER_NAME_PROCESSOR_HXX #define CXX_SERIALIZER_NAME_PROCESSOR_HXX -#include - #include +#include #include namespace CXX { namespace Serializer { - using namespace Cult::Types; - class NameProcessor { public: - Void + void process (options const&, XSDFrontend::SemanticGraph::Schema&, XSDFrontend::SemanticGraph::Path const&, - Boolean deep); + bool deep); }; } } -- cgit v1.1