aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/serializer/error.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/serializer/error.cxx')
-rw-r--r--libxsde/xsde/cxx/serializer/error.cxx20
1 files changed, 20 insertions, 0 deletions
diff --git a/libxsde/xsde/cxx/serializer/error.cxx b/libxsde/xsde/cxx/serializer/error.cxx
new file mode 100644
index 0000000..7ee1981
--- /dev/null
+++ b/libxsde/xsde/cxx/serializer/error.cxx
@@ -0,0 +1,20 @@
+// file : xsde/cxx/serializer/error.cxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#include <xsde/cxx/serializer/error.hxx>
+
+namespace xsde
+{
+ namespace cxx
+ {
+ namespace serializer
+ {
+ void error::
+ true_ ()
+ {
+ }
+ }
+ }
+}