[addressbook] reset eTags if addressbook can't be loaded

This commit is contained in:
r4sas 2019-03-04 18:29:29 +00:00
parent 9e9236badb
commit 42c3c28ea7
2 changed files with 17 additions and 0 deletions

View file

@ -46,6 +46,7 @@ namespace client
virtual void SaveEtag (const i2p::data::IdentHash& subscription, const std::string& etag, const std::string& lastModified) = 0;
virtual bool GetEtag (const i2p::data::IdentHash& subscription, std::string& etag, std::string& lastModified) = 0;
virtual void ResetEtags () = 0;
};
class AddressBookSubscription;