| 171 | |
| 172 | |
| 173 | uint16 CDownloadQueue::GetFileCount() const |
| 174 | { |
| 175 | wxMutexLocker lock( m_mutex ); |
| 176 | |
| 177 | return m_filelist.size(); |
| 178 | } |
| 179 | |
| 180 | |
| 181 | void CDownloadQueue::CopyFileList(std::vector<CPartFile*>& out_list, bool includeCompleted) const |
no test coverage detected