MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / CreateInstance

Method CreateInstance

deps/FtpClient/BlockingSocket.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67///////////////////////////////////////////////////////////////////////////////////////
68
69IBlockingSocket* CBlockingSocket::CreateInstance() const
70{
71 return new CBlockingSocket();
72}
73
74CBlockingSocket::CBlockingSocket() :
75 m_hSocket(INVALID_SOCKET)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected