Returns the number of sources that have the entire file. */
| 102 | uint32 GetSourceCount() const { return m_sourceCount; } |
| 103 | /** Returns the number of sources that have the entire file. */ |
| 104 | uint32 GetCompleteSourceCount() const { return m_completeSourceCount; } |
| 105 | /** Returns the ID of the search, used to select the right list when displaying. */ |
| 106 | wxUIntPtr GetSearchID() const { return m_searchID; } |
| 107 | /** Returns true if the result is from a Kademlia search. */ |
no outgoing calls