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

Method SetCppnetInstance

net/linux/SocketBase.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void CSocketBase::SetCppnetInstance(std::shared_ptr<CCppNetImpl> ins) {
29 _cppnet_instance = ins;
30}
31
32std::shared_ptr<CCppNetImpl> CSocketBase::GetCppnetInstance() {
33 return _cppnet_instance.lock();

Callers 1

_AcceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected