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

Method QueueRemoveDir

src/QueueOperation.cpp:582–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580//////////////////////////////////////
581
582QueueRemoveDir::QueueRemoveDir(HWND hNotify, const char * dirPath, int notifyCode, void * notifyData) :
583 QueueOperation(QueueTypeDirectoryRemove, hNotify, notifyCode, notifyData)
584{
585 m_dirPath = SU::strdup(dirPath);
586}
587
588QueueRemoveDir::~QueueRemoveDir() {
589 SU::free(m_dirPath);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected