| 4694 | |
| 4695 | |
| 4696 | void JProvider::setDbCryptCallback(CheckStatusWrapper* status, ICryptKeyCallback* cryptCb) |
| 4697 | { |
| 4698 | status->init(); |
| 4699 | cryptCallback = cryptCb; |
| 4700 | } |
| 4701 | |
| 4702 | |
| 4703 | JTransaction* JAttachment::startTransaction(CheckStatusWrapper* user_status, |
no test coverage detected