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

Method QueueConnect

src/QueueOperation.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174////////////////////////////////////////////////
175
176QueueConnect::QueueConnect(HWND hNotify, int notifyCode, void * notifyData) :
177 QueueOperation(QueueTypeConnect, hNotify, notifyCode, notifyData)
178{
179}
180
181QueueConnect::~QueueConnect() {
182}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected