Searched refs:newComment (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damule-remote-gui.h508 void SetFileCommentRating(CKnownFile* file, const wxString& newComment, int8 newRating);
H A Damule-remote-gui.cpp976 void CSharedFilesRem::SetFileCommentRating(CKnownFile* file, const wxString& newComment, int8 newRating) argument
980 request.AddTag(CECTag(EC_TAG_KNOWNFILE_COMMENT, newComment));
H A DExternalConn.cpp1487 wxString newComment = request->GetTagByNameSafe(EC_TAG_KNOWNFILE_COMMENT)->GetStringData(); local
1489 CoreNotify_KnownFile_Comment_Set(file, newComment, newRating);

Completed in 169 milliseconds