| 2565 | |
| 2566 | |
| 2567 | void JTransaction::commit(CheckStatusWrapper* user_status) |
| 2568 | { |
| 2569 | internalCommit(user_status); |
| 2570 | if (user_status->isEmpty()) |
| 2571 | release(); |
| 2572 | } |
| 2573 | |
| 2574 | |
| 2575 | void JTransaction::deprecatedCommit(CheckStatusWrapper* user_status) |
no test coverage detected