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

Method QueueDisconnect

src/QueueOperation.cpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198//////////////////////////////////////
199
200QueueDisconnect::QueueDisconnect(HWND hNotify, int notifyCode, void * notifyData) :
201 QueueOperation(QueueTypeDisconnect, hNotify, notifyCode, notifyData)
202{
203}
204
205QueueDisconnect::~QueueDisconnect() {
206}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected