aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/result.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mssql/result.hxx')
-rw-r--r--odb/mssql/result.hxx26
1 files changed, 26 insertions, 0 deletions
diff --git a/odb/mssql/result.hxx b/odb/mssql/result.hxx
new file mode 100644
index 0000000..4cc94c3
--- /dev/null
+++ b/odb/mssql/result.hxx
@@ -0,0 +1,26 @@
+// file : odb/mssql/result.hxx
+// author : Constantin Michael <constantin@codesynthesis.com>
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// license : ODB NCUEL; see accompanying LICENSE file
+
+#ifndef ODB_MSSQL_RESULT_HXX
+#define ODB_MSSQL_RESULT_HXX
+
+#include <odb/pre.hxx>
+
+#include <odb/traits.hxx>
+#include <odb/result.hxx>
+
+#include <odb/mssql/version.hxx>
+#include <odb/mssql/forward.hxx>
+
+#include <odb/post.hxx>
+
+#endif // ODB_MSSQL_RESULT_HXX
+
+// Include result specializations so that the user code only needs
+// to include this header.
+//
+
+#include <odb/mssql/object-result.hxx>
+#include <odb/mssql/view-result.hxx>