| 181 | } |
| 182 | |
| 183 | void CCppNetImpl::SetConnectionCallback(const connection_call_back& func) { |
| 184 | _connection_call_back = func; |
| 185 | } |
| 186 | |
| 187 | #ifndef __linux__ |
| 188 | bool CCppNetImpl::Connection(const std::string& ip, uint16_t port, const char* buf, uint32_t buf_len) { |
nothing calls this directly
no outgoing calls
no test coverage detected