| 19 | |
| 20 | protected: |
| 21 | void onTimer(bool aborted) override |
| 22 | { |
| 23 | if (aborted) |
| 24 | canceled = true; |
| 25 | else |
| 26 | expired = true; |
| 27 | } |
| 28 | |
| 29 | void onError(int error, const std::string& category, const std::string& message) override { errors = true; } |
| 30 |
nothing calls this directly
no outgoing calls
no test coverage detected