aboutsummaryrefslogtreecommitdiff
path: root/xml/exception
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-05-14 21:29:29 -0700
committerBoris Kolpackov <boris@codesynthesis.com>2014-05-14 21:29:29 -0700
commite897aa91a2a5c68a2f795f6a0a995600f13a85f8 (patch)
tree75a17430ba9cec822651b881003f66da8c89d7f9 /xml/exception
parent3bf332a7b77e9ce9e5eb0a1dfd5f64f238f4f17f (diff)
Convert to extension-less headers for API
Diffstat (limited to 'xml/exception')
-rw-r--r--xml/exception21
1 files changed, 21 insertions, 0 deletions
diff --git a/xml/exception b/xml/exception
new file mode 100644
index 0000000..1fe1eb2
--- /dev/null
+++ b/xml/exception
@@ -0,0 +1,21 @@
+// file : xml/exception -*- C++ -*-
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+// license : MIT; see accompanying LICENSE file
+
+#ifndef XML_EXCEPTION
+#define XML_EXCEPTION
+
+#include <xml/details/pre.hxx>
+
+#include <exception>
+
+#include <xml/details/export.hxx>
+
+namespace xml
+{
+ struct LIBSTUDXML_EXPORT exception: std::exception {};
+}
+
+#include <xml/details/post.hxx>
+
+#endif // XML_EXCEPTION