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

Class QueueCreateFile

src/QueueOperation.h:247–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245};
246
247class QueueCreateFile : public QueueOperation {
248public:
249 QueueCreateFile(HWND hNotify, const char * filePath, int notifyCode = 0, void * notifyData = NULL);
250 virtual ~QueueCreateFile();
251
252 virtual int Perform();
253
254 virtual bool Equals(const QueueOperation & other);
255
256 virtual char* GetFilePath();
257protected:
258 char* m_filePath;
259};
260
261class QueueDeleteFile : public QueueOperation {
262public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected