| 1625 | |
| 1626 | |
| 1627 | void Transaction::commit(CheckStatusWrapper* status) |
| 1628 | { |
| 1629 | internalCommit(status); |
| 1630 | if (status->isEmpty()) |
| 1631 | release(); |
| 1632 | } |
| 1633 | |
| 1634 | |
| 1635 | void Transaction::deprecatedCommit(CheckStatusWrapper* status) |
no test coverage detected