MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / ~CSocketBase

Method ~CSocketBase

net/linux/SocketBase.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24CSocketBase::~CSocketBase() {
25 close(_sock);
26}
27
28void CSocketBase::SetCppnetInstance(std::shared_ptr<CCppNetImpl> ins) {
29 _cppnet_instance = ins;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected