| 696 | } |
| 697 | |
| 698 | QueueRenameFile::~QueueRenameFile() { |
| 699 | SU::free(m_filePath); |
| 700 | SU::free(m_newPath); |
| 701 | } |
| 702 | |
| 703 | int QueueRenameFile::Perform() { |
| 704 | if (m_doConnect && !m_client->IsConnected()) { |
nothing calls this directly
no outgoing calls
no test coverage detected