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

Method AddFileRatingList

src/PartFile.h:505–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503 const FileRatingList &GetFileRatingList() { return m_FileRatingList; }
504 void ClearFileRatingList() { m_FileRatingList.clear(); }
505 void AddFileRatingList(const wxString & u, const wxString & f, sint16 r, const wxString & c) {
506 m_FileRatingList.push_back(SFileRating(u, f, r, c)); }
507
508 uint32 m_kbpsDown;
509 uint8 m_iDownPriorityEC;

Callers 1

Calls 1

SFileRatingClass · 0.85

Tested by

no test coverage detected