aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/generator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/hybrid/generator.hxx')
-rw-r--r--xsde/cxx/hybrid/generator.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xsde/cxx/hybrid/generator.hxx b/xsde/cxx/hybrid/generator.hxx
index 5d1afa0..e812801 100644
--- a/xsde/cxx/hybrid/generator.hxx
+++ b/xsde/cxx/hybrid/generator.hxx
@@ -82,6 +82,7 @@ namespace CXX
CLI::Options const&,
XSDFrontend::SemanticGraph::Schema&,
XSDFrontend::SemanticGraph::Path const&,
+ Boolean file_per_type,
WarningSet const& disabled_warnings,
TypeMap::Namespaces& parser_type_map,
TypeMap::Namespaces& serializer_type_map,
@@ -93,6 +94,7 @@ namespace CXX
CLI::Options const&,
XSDFrontend::SemanticGraph::Schema&,
XSDFrontend::SemanticGraph::Path const&,
+ Boolean file_per_type,
WarningSet const& disabled_warnings,
FileList&,
AutoUnlinks&);
@@ -102,6 +104,7 @@ namespace CXX
CLI::Options const&,
XSDFrontend::SemanticGraph::Schema&,
XSDFrontend::SemanticGraph::Path const&,
+ Boolean file_per_type,
WarningSet const& disabled_warnings,
FileList&,
AutoUnlinks&);