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

Method Initialize

src/FTPQueue.cpp:44–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44int FTPQueue::Initialize() {
45 if (m_running)
46 return 0;
47
48 m_stopping = false;
49 m_running = true;
50
51 ::CreateThread(NULL, 0, &ThreadProc, this, 0, NULL);
52
53 return 0;
54}
55
56int FTPQueue::Deinitialize() {
57 if (!m_running)

Callers 1

StartSessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected