| 278 | } |
| 279 | |
| 280 | QueueDownloadHandle::~QueueDownloadHandle() { |
| 281 | SU::free(m_externalFile); |
| 282 | } |
| 283 | |
| 284 | int QueueDownloadHandle::Perform() { |
| 285 | if (m_doConnect && !m_client->IsConnected()) { |
nothing calls this directly
no outgoing calls
no test coverage detected