From 23bdd06c5ec17206d2dfb75ad55b3c613921dce7 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() --- common/template/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/template/driver.cxx') diff --git a/common/template/driver.cxx b/common/template/driver.cxx index 495365b..8fc92b8 100644 --- a/common/template/driver.cxx +++ b/common/template/driver.cxx @@ -32,7 +32,7 @@ main (int argc, char* argv[]) // cout << "test 001" << endl; { - transaction t (db->begin_transaction ()); + transaction t (db->begin ()); t.commit (); } } -- cgit v1.1