| 436 | } |
| 437 | |
| 438 | std::shared_ptr<CNSocket> CCppNetImpl::_MakeUpperSocket(uint64_t sock) { |
| 439 | std::shared_ptr<CNSocket> cn_sock(new CNSocket()); |
| 440 | cn_sock->_cppnet_instance = shared_from_this(); |
| 441 | cn_sock->_socket_handle = sock; |
| 442 | return cn_sock; |
| 443 | } |
nothing calls this directly
no outgoing calls
no test coverage detected