| 6843 | |
| 6844 | |
| 6845 | void Transaction::disconnect(CheckStatusWrapper* status) |
| 6846 | { |
| 6847 | internalDisconnect(status); |
| 6848 | if (status->isEmpty()) |
| 6849 | release(); |
| 6850 | } |
| 6851 | |
| 6852 | |
| 6853 | void Transaction::deprecatedDisconnect(CheckStatusWrapper* status) |
no test coverage detected