summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/serialization-source.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/tree/serialization-source.hxx')
-rw-r--r--xsd/cxx/tree/serialization-source.hxx24
1 files changed, 24 insertions, 0 deletions
diff --git a/xsd/cxx/tree/serialization-source.hxx b/xsd/cxx/tree/serialization-source.hxx
new file mode 100644
index 0000000..3ea85b4
--- /dev/null
+++ b/xsd/cxx/tree/serialization-source.hxx
@@ -0,0 +1,24 @@
+// file : xsd/cxx/tree/serialization-source.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#ifndef CXX_TREE_SERIALIZATION_SOURCE_HXX
+#define CXX_TREE_SERIALIZATION_SOURCE_HXX
+
+#include <xsd-frontend/semantic-graph/schema.hxx>
+
+#include <cxx/tree/elements.hxx>
+
+namespace CXX
+{
+ namespace Tree
+ {
+ Void
+ generate_serialization_source (Context&,
+ UnsignedLong first,
+ UnsignedLong last);
+ }
+}
+
+#endif // CXX_TREE_SERIALIZATION_SOURCE_HXX