aboutsummaryrefslogtreecommitdiff
path: root/xml/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-05-09 15:13:33 -0700
committerBoris Kolpackov <boris@codesynthesis.com>2014-05-09 15:13:33 -0700
commit5aaab6ebbfbe97135550b5820ad6e78d13cdb811 (patch)
treee4c87d658981e422a9eecfed8977ff159946955e /xml/forward.hxx
parent19fbbfa8ffa594690d55dce80963d2016b4ec781 (diff)
Add forward declaration file
Diffstat (limited to 'xml/forward.hxx')
-rw-r--r--xml/forward.hxx19
1 files changed, 19 insertions, 0 deletions
diff --git a/xml/forward.hxx b/xml/forward.hxx
new file mode 100644
index 0000000..bacd5f5
--- /dev/null
+++ b/xml/forward.hxx
@@ -0,0 +1,19 @@
+// file : xml/forward.hxx
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+// license : MIT; see accompanying LICENSE file
+
+#ifndef XML_FORWARD_HXX
+#define XML_FORWARD_HXX
+
+#include <xml/details/pre.hxx>
+
+namespace xml
+{
+ class qname;
+ class parser;
+ class serializer;
+}
+
+#include <xml/details/post.hxx>
+
+#endif // XML_FORWARD_HXX