| 87 | uint32 GetPublishedCount() const { return m_uPublishedCount; } |
| 88 | void SetPublishedCount(uint32 uPublishedCount) { m_uPublishedCount = uPublishedCount; } |
| 89 | void IncPublishedCount() { m_uPublishedCount++; } |
| 90 | |
| 91 | bool AddRef(CKnownFile* pFile) { |
| 92 | if (std::find(m_aFiles.begin(), m_aFiles.end(), pFile) != m_aFiles.end()) { |