| 927 | } |
| 928 | |
| 929 | void AddressBookSubscription::CheckUpdates () |
| 930 | { |
| 931 | i2p::util::SetThreadName("Addressbook"); |
| 932 | |
| 933 | bool result = MakeRequest (); |
| 934 | m_Book.DownloadComplete (result, m_Ident, m_Etag, m_LastModified); |
| 935 | } |
| 936 | |
| 937 | bool AddressBookSubscription::MakeRequest () |
| 938 | { |
nothing calls this directly
no test coverage detected