Searched refs:m_hasComment (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DKnownFile.h140 bool HasComment() const { return m_hasComment; }
153 bool m_hasComment; member in class:CAbstractFile
H A DKnownFile.cpp105 m_hasComment(false),
117 m_hasComment(other.m_hasComment),
H A Damule-remote-gui.cpp2164 bool prevComment = m_hasComment;
2167 m_hasComment = false;
2176 m_hasComment = true;
2193 if ((prevComment != m_hasComment) || (prevRating != m_iUserRating)) {
H A DPartFile.cpp3138 bool prevComment = m_hasComment;
3141 m_hasComment = false;
3153 m_hasComment = true;
3170 if ((prevComment != m_hasComment) || (prevRating != m_iUserRating)) {

Completed in 122 milliseconds