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

Class QueueConnect

src/QueueOperation.h:103–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101};
102
103class QueueConnect : public QueueOperation {
104public:
105 QueueConnect(HWND hNotify, int notifyCode = 0, void * notifyData = NULL);
106 virtual ~QueueConnect();
107
108 virtual int Perform();
109
110 virtual bool Equals(const QueueOperation & other);
111};
112
113class QueueDisconnect : public QueueOperation {
114public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected