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

Method QueueDownload

src/QueueOperation.cpp:224–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222//////////////////////////////////////
223
224QueueDownload::QueueDownload(HWND hNotify, const char * externalFile, const TCHAR * localFile, Transfer_Mode tMode, int notifyCode, void * notifyData) :
225 QueueOperation(QueueTypeDownload, hNotify, notifyCode, notifyData),
226 m_tMode(tMode)
227{
228 m_localFile = SU::DupString(localFile);
229 m_externalFile = SU::strdup(externalFile);
230}
231
232QueueDownload::~QueueDownload() {
233 SU::FreeTChar(m_localFile);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected