| 20 | |
| 21 | protected: |
| 22 | void onTimer(bool canceled) override |
| 23 | { |
| 24 | std::cout << "Asio timer " << (canceled ? "canceled" : "expired") << std::endl; |
| 25 | } |
| 26 | |
| 27 | void onError(int error, const std::string& category, const std::string& message) override |
| 28 | { |
nothing calls this directly
no outgoing calls
no test coverage detected