diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-28 20:14:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-28 20:14:08 +0200 |
commit | 8ee34127397b38eb2e5b2e86ad6d9d5c42379656 (patch) | |
tree | 12dd89ac66f4c618fe89941ebcc3e1dabc4472ed | |
parent | 2d34191cdfeff3cf564655ecbc35b6620cdad43c (diff) |
Rename begin_transaction() to begin()
-rw-r--r-- | odb/database.hxx | 2 |
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 (); |