| 107 | } |
| 108 | |
| 109 | void CCppNetImpl::SetDisconnectionCallback(const connection_call_back& func) { |
| 110 | _disconnection_call_back = func; |
| 111 | } |
| 112 | |
| 113 | uint64_t CCppNetImpl::SetTimer(uint32_t interval, const std::function<void(void*)>& func, void* param, bool always) { |
| 114 |
nothing calls this directly
no outgoing calls
no test coverage detected