From fd0eb17d25ee829557549255ec64f9b9b063ec8b Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Wed, 11 May 2011 09:08:22 +0200 Subject: Uncomment calls to connection and connection-factory interface --- odb/pgsql/database.ixx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'odb/pgsql/database.ixx') diff --git a/odb/pgsql/database.ixx b/odb/pgsql/database.ixx index 04fcb16..a4f5040 100644 --- a/odb/pgsql/database.ixx +++ b/odb/pgsql/database.ixx @@ -7,12 +7,10 @@ namespace odb { namespace pgsql { - // @@ Implement on completion of supporting code. - // - // inline details::shared_ptr database:: - // connection () - // { - // return factory_->connect (); - // } + inline details::shared_ptr database:: + connection () + { + return factory_->connect (); + } } } -- cgit v1.1