| 67 | /////////////////////////////////////////////////////////////////////////////////////// |
| 68 | |
| 69 | IBlockingSocket* CBlockingSocket::CreateInstance() const |
| 70 | { |
| 71 | return new CBlockingSocket(); |
| 72 | } |
| 73 | |
| 74 | CBlockingSocket::CBlockingSocket() : |
| 75 | m_hSocket(INVALID_SOCKET) |
no outgoing calls
no test coverage detected