| 70 | uint16 SuspendUpload(const CMD4Hash &, bool terminate); |
| 71 | void ResumeUpload(const CMD4Hash &); |
| 72 | CKnownFile* GetAllUploadingKnownFile() { return m_allUploadingKnownFile; } |
| 73 | |
| 74 | private: |
| 75 | void RemoveFromWaitingQueue(CClientRefList::iterator pos); |