From 78e81069aadc609aee1e4b8137516d9cfce47b0a Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Wed, 11 May 2011 10:58:27 +0200 Subject: Add transaction implementation --- odb/pgsql/transaction-impl.ixx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 odb/pgsql/transaction-impl.ixx (limited to 'odb/pgsql/transaction-impl.ixx') diff --git a/odb/pgsql/transaction-impl.ixx b/odb/pgsql/transaction-impl.ixx new file mode 100644 index 0000000..cd7e0ac --- /dev/null +++ b/odb/pgsql/transaction-impl.ixx @@ -0,0 +1,16 @@ +// file : odb/pgsql/transaction-impl.ixx +// author : Constantin Michael +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +namespace odb +{ + namespace pgsql + { + inline transaction_impl::connection_type& transaction_impl:: + connection () + { + return *connection_; + } + } +} -- cgit v1.1