| 388 | /////////////////////////////////////////////////////////////////////////////////////// |
| 389 | |
| 390 | CHttpBlockingSocket::CHttpBlockingSocket() |
| 391 | { |
| 392 | m_pReadBuf = new char[nSizeRecv]; |
| 393 | m_nReadBuf = 0; |
| 394 | } |
| 395 | |
| 396 | CHttpBlockingSocket::~CHttpBlockingSocket() |
| 397 | { |
nothing calls this directly
no outgoing calls
no test coverage detected