| 319 | } |
| 320 | |
| 321 | string GetFileDownloadPath(int64_t version, string const & dataDir, string const & countryName, MapFileType type) |
| 322 | { |
| 323 | return GetFilePath(version, dataDir, countryName, type) + READY_FILE_EXTENSION; |
| 324 | } |
| 325 | |
| 326 | std::unique_ptr<ModelReader> GetCountryReader(LocalCountryFile const & file, MapFileType type) |
| 327 | { |