| 2104 | |
| 2105 | |
| 2106 | void CDownQueueRem::SendFileCommand(CPartFile *file, ec_tagname_t cmd) |
| 2107 | { |
| 2108 | CECPacket req(cmd); |
| 2109 | req.AddTag(CECTag(EC_TAG_PARTFILE, file->GetFileHash())); |
| 2110 | |
| 2111 | m_conn->SendPacket(&req); |
| 2112 | } |
| 2113 | |
| 2114 | |
| 2115 | void CDownQueueRem::Prio(CPartFile *file, uint8 prio) |
no test coverage detected