| 326 | } |
| 327 | |
| 328 | QueueCopyFile::~QueueCopyFile() { |
| 329 | SU::free(m_externalFile); |
| 330 | SU::free(m_target); |
| 331 | } |
| 332 | |
| 333 | int QueueCopyFile::Perform() { |
| 334 | if (m_doConnect && !m_client->IsConnected()) { |
nothing calls this directly
no outgoing calls
no test coverage detected