| 36 | } |
| 37 | |
| 38 | FTPQueue::~FTPQueue() { |
| 39 | delete m_monitor; |
| 40 | if (m_running) |
| 41 | OutErr("[Queue] Error: queue still running\n"); |
| 42 | } |
| 43 | |
| 44 | int FTPQueue::Initialize() { |
| 45 | if (m_running) |
nothing calls this directly
no outgoing calls
no test coverage detected