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

Class SFileRating

src/PartFile.h:63–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63class SFileRating
64{
65public:
66 wxString UserName;
67 wxString FileName;
68 sint16 Rating;
69 wxString Comment;
70public:
71 SFileRating(const wxString &u, const wxString &f, sint16 r, const wxString &c);
72 SFileRating(const CUpDownClient &client);
73};
74
75typedef std::list<SFileRating> FileRatingList;
76

Callers 2

AddFileRatingListMethod · 0.85
GetRatingAndCommentsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected