aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/schema-error.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/schema-error.ixx')
-rw-r--r--libxsde/xsde/cxx/schema-error.ixx16
1 files changed, 16 insertions, 0 deletions
diff --git a/libxsde/xsde/cxx/schema-error.ixx b/libxsde/xsde/cxx/schema-error.ixx
new file mode 100644
index 0000000..e63e556
--- /dev/null
+++ b/libxsde/xsde/cxx/schema-error.ixx
@@ -0,0 +1,16 @@
+// file : xsde/cxx/schema-error.ixx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+namespace xsde
+{
+ namespace cxx
+ {
+ inline schema_error::
+ schema_error (value v)
+ : v_ (v)
+ {
+ }
+ }
+}