| 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; |
no test coverage detected