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

Method QueueDownloadHandle

src/QueueOperation.cpp:271–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269//////////////////////////////////////
270
271QueueDownloadHandle::QueueDownloadHandle(HWND hNotify, const char * externalFile, HANDLE hFile, Transfer_Mode tMode, int notifyCode, void * notifyData) :
272 QueueOperation(QueueTypeDownloadHandle, hNotify, notifyCode, notifyData),
273 m_hFile(hFile),
274 m_tMode(tMode)
275
276{
277 m_externalFile = SU::strdup(externalFile);
278}
279
280QueueDownloadHandle::~QueueDownloadHandle() {
281 SU::free(m_externalFile);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected