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/result.cxx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 odb/result.cxx (limited to 'odb/result.cxx') diff --git a/odb/result.cxx b/odb/result.cxx new file mode 100644 index 0000000..e5b72d0 --- /dev/null +++ b/odb/result.cxx @@ -0,0 +1,13 @@ +// file : odb/result.cxx +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#include + +namespace odb +{ + result_impl:: + ~result_impl () + { + } +} -- cgit v1.1