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

Method SetReadCallback

net/CppNetImpl.cpp:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void CCppNetImpl::SetReadCallback(const read_call_back& func) {
102 _read_call_back = func;
103}
104
105void CCppNetImpl::SetWriteCallback(const write_call_back& func) {
106 _write_call_back = func;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected