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