MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / SetWriteCallback

Method SetWriteCallback

net/CppNetImpl.cpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void CCppNetImpl::SetWriteCallback(const write_call_back& func) {
106 _write_call_back = func;
107}
108
109void CCppNetImpl::SetDisconnectionCallback(const connection_call_back& func) {
110 _disconnection_call_back = func;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected