summaryrefslogtreecommitdiff
path: root/xsd/cxx/parser/type-processor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/parser/type-processor.hxx')
-rw-r--r--xsd/cxx/parser/type-processor.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/xsd/cxx/parser/type-processor.hxx b/xsd/cxx/parser/type-processor.hxx
index 2165846..2889138 100644
--- a/xsd/cxx/parser/type-processor.hxx
+++ b/xsd/cxx/parser/type-processor.hxx
@@ -6,10 +6,10 @@
#ifndef CXX_PARSER_TYPE_PROCESSOR_HXX
#define CXX_PARSER_TYPE_PROCESSOR_HXX
-#include <cult/types.hxx>
-
#include <xsd-frontend/semantic-graph.hxx>
+#include <types.hxx>
+
#include <type-map/type-map.hxx>
#include <cxx/parser/options.hxx>
@@ -18,17 +18,15 @@ namespace CXX
{
namespace Parser
{
- using namespace Cult::Types;
-
class TypeProcessor
{
public:
TypeProcessor (); // Dummy ctor, helps with long symbols on HP-UX.
- Void
+ void
process (options const&,
XSDFrontend::SemanticGraph::Schema&,
- Boolean gen_driver,
+ bool gen_driver,
TypeMap::Namespaces&);
};
}