Searched refs:m_bCommentLoaded (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DKnownFile.h227 const wxString& GetFileComment() const { if (!m_bCommentLoaded) LoadComment(); return m_strComment; }
228 int8 GetFileRating() const { if (!m_bCommentLoaded) LoadComment(); return m_iRating; }
337 mutable bool m_bCommentLoaded; member in class:CKnownFile
H A DKnownFile.cpp312 m_bCommentLoaded = false;
1513 m_bCommentLoaded = true;

Completed in 77 milliseconds