aboutsummaryrefslogtreecommitdiff
path: root/xml/forward
diff options
context:
space:
mode:
Diffstat (limited to 'xml/forward')
-rw-r--r--xml/forward19
1 files changed, 19 insertions, 0 deletions
diff --git a/xml/forward b/xml/forward
new file mode 100644
index 0000000..8d474c7
--- /dev/null
+++ b/xml/forward
@@ -0,0 +1,19 @@
+// file : xml/forward -*- C++ -*-
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+// license : MIT; see accompanying LICENSE file
+
+#ifndef XML_FORWARD
+#define XML_FORWARD
+
+#include <xml/details/pre.hxx>
+
+namespace xml
+{
+ class qname;
+ class parser;
+ class serializer;
+}
+
+#include <xml/details/post.hxx>
+
+#endif // XML_FORWARD