| 425 | } |
| 426 | |
| 427 | Storage::Storage(int) |
| 428 | { |
| 429 | // Do nothing here, used in RunCountriesCheckAsync() only. |
| 430 | } |
| 431 | |
| 432 | Storage::Storage(string const & pathToCountriesFile /* = COUNTRIES_FILE */, string const & dataDir /* = string() */) |
| 433 | : m_downloader(GetDownloader()) |
nothing calls this directly
no test coverage detected