| 103 | } |
| 104 | |
| 105 | void CCppNetImpl::SetWriteCallback(const write_call_back& func) { |
| 106 | _write_call_back = func; |
| 107 | } |
| 108 | |
| 109 | void CCppNetImpl::SetDisconnectionCallback(const connection_call_back& func) { |
| 110 | _disconnection_call_back = func; |
nothing calls this directly
no outgoing calls
no test coverage detected