| 73 | } |
| 74 | |
| 75 | void onSent(size_t sent, size_t pending) override |
| 76 | { |
| 77 | _sent += sent; |
| 78 | } |
| 79 | |
| 80 | void onError(int error, const std::string& category, const std::string& message) override |
| 81 | { |
nothing calls this directly
no outgoing calls
no test coverage detected