| 230 | } |
| 231 | |
| 232 | QueueDownload::~QueueDownload() { |
| 233 | SU::FreeTChar(m_localFile); |
| 234 | SU::free(m_externalFile); |
| 235 | } |
| 236 | |
| 237 | int QueueDownload::Perform() { |
| 238 | if (m_doConnect && !m_client->IsConnected()) { |
nothing calls this directly
no outgoing calls
no test coverage detected