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

Method QueueUpload

src/QueueOperation.cpp:402–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400//////////////////////////////////////
401
402QueueUpload::QueueUpload(HWND hNotify, const char * externalFile, const TCHAR * localFile, Transfer_Mode tMode, int notifyCode, void * notifyData) :
403 QueueOperation(QueueTypeUpload, hNotify, notifyCode, notifyData),
404 m_tMode(tMode)
405{
406 m_localFile = SU::DupString(localFile);
407 m_externalFile = SU::strdup(externalFile);
408}
409
410QueueUpload::~QueueUpload() {
411 SU::FreeTChar(m_localFile);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected