/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc

« back to all changes in this revision

Viewing changes to include/sqlite3cc/transaction.h

  • Committer: edam
  • Date: 2012-01-23 13:46:27 UTC
  • Revision ID: edam@waxworlds.org-20120123134627-i6hi9aftfvwgp8vw
updated autotols stuff

Show diffs side-by-side

added added

removed removed

103
103
 
104
104
 
105
105
/**
106
 
 * An exclusive transaction
 
106
 * An immediate transaction
107
107
 */
108
108
class immediate_transaction
109
109
        :
255
255
public:
256
256
 
257
257
        /**
258
 
         * Commit the transaction early
 
258
         * Commit the transaction
259
259
         */
260
260
        void commit()
261
261
        {