| 112 | } |
| 113 | |
| 114 | void CSocketImpl::PostTask(std::function<void(void)>& func) { |
| 115 | _event_actions->PostTask(func); |
| 116 | } |
| 117 | |
| 118 | void CSocketImpl::Recv(base::CMemSharePtr<CEventHandler>& event) { |
| 119 | if (!event->_client_socket) { |
nothing calls this directly
no outgoing calls
no test coverage detected