| 2406 | } |
| 2407 | |
| 2408 | void ECPartFileMsgSource::SetRemoved(const CPartFile *file) |
| 2409 | { |
| 2410 | CMD4Hash filehash = file->GetFileHash(); |
| 2411 | wxASSERT ( m_dirty_status.find(filehash) != m_dirty_status.end() ); |
| 2412 | |
| 2413 | m_dirty_status[filehash].m_removed = true; |
| 2414 | } |
| 2415 | |
| 2416 | CECPacket *ECPartFileMsgSource::GetNextPacket() |
| 2417 | { |
no test coverage detected