aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/result.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-03-21 08:37:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-23 16:49:43 +0200
commit290d22210040a7b373e2dc9084240cdeffa1fa3a (patch)
tree78f090fe5d9da0e4b1d486a39c605c784637b67f /odb/mssql/result.hxx
parentc1b8b6f16e4881e57aa0da67e6f09ad71ee6099d (diff)
Polymorphic inheritance support
Diffstat (limited to 'odb/mssql/result.hxx')
-rw-r--r--odb/mssql/result.hxx25
1 files changed, 0 insertions, 25 deletions
diff --git a/odb/mssql/result.hxx b/odb/mssql/result.hxx
deleted file mode 100644
index 1a178b3..0000000
--- a/odb/mssql/result.hxx
+++ /dev/null
@@ -1,25 +0,0 @@
-// file : odb/mssql/result.hxx
-// copyright : Copyright (c) 2009-2012 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>