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

Method QueueCreateFile

src/QueueOperation.cpp:618–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616//////////////////////////////////////
617
618QueueCreateFile::QueueCreateFile(HWND hNotify, const char * filePath, int notifyCode, void * notifyData) :
619 QueueOperation(QueueTypeFileCreate, hNotify, notifyCode, notifyData)
620{
621 m_filePath = SU::strdup(filePath);
622}
623
624QueueCreateFile::~QueueCreateFile() {
625 SU::free(m_filePath);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected