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

Method FTPQueue

src/FTPQueue.cpp:27–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25const int ConditionCount = 3;
26
27FTPQueue::FTPQueue(FTPClientWrapper* wrapper) :
28 m_wrapper(wrapper),
29 m_running(false),
30 m_stopping(false),
31 m_performing(false),
32 m_activeOp(NULL)
33{
34 m_monitor = new Monitor(ConditionCount);
35 m_wrapper->SetProgressMonitor(this);
36}
37
38FTPQueue::~FTPQueue() {
39 delete m_monitor;

Callers

nothing calls this directly

Calls 1

SetProgressMonitorMethod · 0.45

Tested by

no test coverage detected