MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / ~FTPQueue

Method ~FTPQueue

src/FTPQueue.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38FTPQueue::~FTPQueue() {
39 delete m_monitor;
40 if (m_running)
41 OutErr("[Queue] Error: queue still running\n");
42}
43
44int FTPQueue::Initialize() {
45 if (m_running)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected