aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-28 20:14:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-28 20:14:08 +0200
commit8ee34127397b38eb2e5b2e86ad6d9d5c42379656 (patch)
tree12dd89ac66f4c618fe89941ebcc3e1dabc4472ed /odb
parent2d34191cdfeff3cf564655ecbc35b6620cdad43c (diff)
Rename begin_transaction() to begin()
Diffstat (limited to 'odb')
-rw-r--r--odb/database.hxx2
1 files changed, 1 insertions, 1 deletions
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 ();