From bcf5fce175953bec0fd2725968828850a74d8539 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Nov 2011 15:00:06 +0200 Subject: Add support for SQL statement tracing --- odb/statement.cxx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 odb/statement.cxx (limited to 'odb/statement.cxx') diff --git a/odb/statement.cxx b/odb/statement.cxx new file mode 100644 index 0000000..d5666ca --- /dev/null +++ b/odb/statement.cxx @@ -0,0 +1,14 @@ +// file : odb/statement.cxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#include + +namespace odb +{ + statement:: + ~statement () + { + } +} -- cgit v1.1