| 566 | |
| 567 | |
| 568 | void CUpDownClient::ClearUploadBlockRequests() |
| 569 | { |
| 570 | FlushSendBlocks(); |
| 571 | DeleteContents(m_BlockRequests_queue); |
| 572 | DeleteContents(m_DoneBlocks_list); |
| 573 | } |
| 574 | |
| 575 | void CUpDownClient::SendRankingInfo(){ |
| 576 | if (!ExtProtocolAvailable()) { |
no test coverage detected