From f101a400442692f349822ab1d9119bca5d2b7240 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 4 Oct 2012 11:33:49 +0200 Subject: Initial support for prepared queries --- odb/simple-object-result.hxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'odb/simple-object-result.hxx') diff --git a/odb/simple-object-result.hxx b/odb/simple-object-result.hxx index 58d8958..6f0868a 100644 --- a/odb/simple-object-result.hxx +++ b/odb/simple-object-result.hxx @@ -17,19 +17,14 @@ #include #include // ODB_CXX11 -#include namespace odb { // Implementation for non-polymorphic objects with object id. // template - class object_result_impl: public details::shared_base + class object_result_impl: public result_impl { - public: - virtual - ~object_result_impl (); - protected: typedef odb::database database_type; -- cgit v1.1