From 8ee34127397b38eb2e5b2e86ad6d9d5c42379656 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Sep 2010 20:14:08 +0200 Subject: Rename begin_transaction() to begin() --- odb/database.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/database.hxx b/odb/database.hxx index 7dd1f5d..7db04c8 100644 --- a/odb/database.hxx +++ b/odb/database.hxx @@ -101,7 +101,7 @@ namespace odb // public: virtual transaction_impl* - begin_transaction () = 0; + begin () = 0; protected: database (); -- cgit v1.1