summaryrefslogtreecommitdiff
path: root/libxsd/libxsd/cxx/tree/istream-fwd.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsd/libxsd/cxx/tree/istream-fwd.hxx')
-rw-r--r--libxsd/libxsd/cxx/tree/istream-fwd.hxx19
1 files changed, 19 insertions, 0 deletions
diff --git a/libxsd/libxsd/cxx/tree/istream-fwd.hxx b/libxsd/libxsd/cxx/tree/istream-fwd.hxx
new file mode 100644
index 0000000..31b6747
--- /dev/null
+++ b/libxsd/libxsd/cxx/tree/istream-fwd.hxx
@@ -0,0 +1,19 @@
+// file : libxsd/cxx/tree/istream-fwd.hxx
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#ifndef LIBXSD_CXX_TREE_ISTREAM_FWD_HXX
+#define LIBXSD_CXX_TREE_ISTREAM_FWD_HXX
+
+namespace xsd
+{
+ namespace cxx
+ {
+ namespace tree
+ {
+ template<typename S>
+ class istream;
+ }
+ }
+}
+
+#endif // LIBXSD_CXX_TREE_ISTREAM_FWD_HXX