| 26 | using namespace std::placeholders; |
| 27 | |
| 28 | void NotifyUpdatesDialog::doDialog() |
| 29 | { |
| 30 | if (!isCreated()) |
| 31 | create(IDD_UPDATESNOTIFY); |
| 32 | |
| 33 | goToCenter(); |
| 34 | } |
| 35 | |
| 36 | void NotifyUpdatesDialog::doModal() |
| 37 | { |
nothing calls this directly
no outgoing calls
no test coverage detected