MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / ~QueueDownload

Method ~QueueDownload

src/QueueOperation.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232QueueDownload::~QueueDownload() {
233 SU::FreeTChar(m_localFile);
234 SU::free(m_externalFile);
235}
236
237int QueueDownload::Perform() {
238 if (m_doConnect && !m_client->IsConnected()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected