From 40267e1f40de8ea216688886ab1df1c7ec50e2b2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 Apr 2012 16:48:02 +0200 Subject: Polymorphic inheritance support --- odb/pgsql/result.hxx | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 odb/pgsql/result.hxx (limited to 'odb/pgsql/result.hxx') 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 - -#include -#include - -#include -#include - -#include - -#endif // ODB_PGSQL_RESULT_HXX - -// Include result specializations so that the user code only needs -// to include this header. -// - -#include -#include -- cgit v1.1