MCPcopy Create free account
hub / github.com/amule-project/amule / GetAllUploadingKnownFile

Method GetAllUploadingKnownFile

src/UploadQueue.h:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

SelectionUpdatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected