Initial download of hosts.txt for AddressBook

This commit is contained in:
chertov 2014-04-06 23:22:33 +04:00
parent 795176bd8d
commit 006ca11af4
4 changed files with 54 additions and 3 deletions

View file

@ -23,6 +23,7 @@ namespace data
private:
void LoadHosts ();
void LoadHostsFromI2P ();
std::map<std::string, IdentHash> m_Addresses;
bool m_IsLoaded;