aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/result.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-04-23 16:48:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-23 16:48:01 +0200
commit42503207920b9264e04c97cb6a5c53214fd2eff8 (patch)
treedd192b60515188e2afd6f11e7cc54aac73f571e4 /odb/mysql/result.hxx
parent4d0711124bb6cdca491e33a51911d20090a1879a (diff)
Polymorphic inheritance support
Diffstat (limited to 'odb/mysql/result.hxx')
-rw-r--r--odb/mysql/result.hxx25
1 files changed, 0 insertions, 25 deletions
diff --git a/odb/mysql/result.hxx b/odb/mysql/result.hxx
deleted file mode 100644
index 7545e76..0000000
--- a/odb/mysql/result.hxx
+++ /dev/null
@@ -1,25 +0,0 @@
-// file : odb/mysql/result.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
-
-#ifndef ODB_MYSQL_RESULT_HXX
-#define ODB_MYSQL_RESULT_HXX
-
-#include <odb/pre.hxx>
-
-#include <odb/traits.hxx>
-#include <odb/result.hxx>
-
-#include <odb/mysql/version.hxx>
-#include <odb/mysql/forward.hxx>
-
-#include <odb/post.hxx>
-
-#endif // ODB_MYSQL_RESULT_HXX
-
-// Include result specializations so that the user code only needs
-// to include this header.
-//
-
-#include <odb/mysql/object-result.hxx>
-#include <odb/mysql/view-result.hxx>