Home
last modified time | relevance | path

Searched refs:iNewRating (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DKnownFile.cpp1248 void CKnownFile::SetFileCommentRating(const wxString& strNewComment, int8 iNewRating) in SetFileCommentRating() argument
1250 if (m_strComment != strNewComment || m_iRating != iNewRating) { in SetFileCommentRating()
1255 if (strNewComment.IsEmpty() && iNewRating == 0) { in SetFileCommentRating()
1259 cfg->Write( strCfgPath + wxT("Rate"), (int)iNewRating); in SetFileCommentRating()
1263 m_iRating = iNewRating; in SetFileCommentRating()
H A DKnownFile.h228 void SetFileCommentRating(const wxString& strNewComment, int8 iNewRating);
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DKnownFile.cpp1252 void CKnownFile::SetFileCommentRating(const wxString& strNewComment, int8 iNewRating) in SetFileCommentRating() argument
1254 if (m_strComment != strNewComment || m_iRating != iNewRating) { in SetFileCommentRating()
1259 if (strNewComment.IsEmpty() && iNewRating == 0) { in SetFileCommentRating()
1263 cfg->Write( strCfgPath + wxT("Rate"), (int)iNewRating); in SetFileCommentRating()
1267 m_iRating = iNewRating; in SetFileCommentRating()
H A DKnownFile.h228 void SetFileCommentRating(const wxString& strNewComment, int8 iNewRating);