| 265 | } |
| 266 | |
| 267 | uint32_t CCppNetImpl::GetThreadNum() { |
| 268 | return (uint32_t)_thread_vec.size(); |
| 269 | } |
| 270 | |
| 271 | void CCppNetImpl::_AcceptFunction(base::CMemSharePtr<CSocketImpl>& sock, uint32_t err) { |
| 272 | if (!sock) { |
nothing calls this directly
no outgoing calls
no test coverage detected