| 224 | } |
| 225 | |
| 226 | void CNetworkClient::OnWritePost(bool bCompleted, const std::string & szRequestId) |
| 227 | { |
| 228 | NETWORK_LOG(LL_SYS, "Write completed! Result: %d Request ID: %s", bCompleted, szRequestId.c_str()); |
| 229 | } |
| 230 | |
| 231 | void CNetworkClient::OnError(std::uint32_t ulErrorType, const boost::system::error_code & e) |
| 232 | { |
nothing calls this directly
no outgoing calls
no test coverage detected