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

Method ~CSocketBase

net/win/SocketBase.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91CSocketBase::~CSocketBase() {
92 closesocket(_sock);
93}
94
95void CSocketBase::SetCppnetInstance(std::shared_ptr<CCppNetImpl> ins) {
96 _cppnet_instance = ins;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected