| 442 | } |
| 443 | |
| 444 | void DLTransaction::reset() { |
| 445 | api->transactionReset(tr); |
| 446 | } |
| 447 | |
| 448 | ThreadFuture<VersionVector> DLTransaction::getVersionVector() { |
| 449 | return VersionVector(); // not implemented |
nothing calls this directly
no test coverage detected