| 408 | } |
| 409 | |
| 410 | QueueUpload::~QueueUpload() { |
| 411 | SU::FreeTChar(m_localFile); |
| 412 | SU::free(m_externalFile); |
| 413 | } |
| 414 | |
| 415 | int QueueUpload::Perform() { |
| 416 | if (m_doConnect && !m_client->IsConnected()) { |
nothing calls this directly
no outgoing calls
no test coverage detected