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

Method QueueDeleteFile

src/QueueOperation.cpp:655–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653//////////////////////////////////////
654
655QueueDeleteFile::QueueDeleteFile(HWND hNotify, const char * filePath, int notifyCode, void * notifyData) :
656 QueueOperation(QueueTypeFileDelete, hNotify, notifyCode, notifyData)
657{
658 m_filePath = SU::strdup(filePath);
659}
660
661QueueDeleteFile::~QueueDeleteFile() {
662 SU::free(m_filePath);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected