| 3395 | |
| 3396 | |
| 3397 | void JAttachment::dropDatabase(CheckStatusWrapper* user_status) |
| 3398 | { |
| 3399 | internalDropDatabase(user_status); |
| 3400 | if (user_status->isEmpty()) |
| 3401 | release(); |
| 3402 | } |
| 3403 | |
| 3404 | |
| 3405 | void JAttachment::deprecatedDropDatabase(CheckStatusWrapper* user_status) |
no test coverage detected