| 298 | } |
| 299 | |
| 300 | std::shared_ptr<LocalCountryFile> PreparePlaceForCountryFiles(int64_t version, CountryFile const & countryFile) |
| 301 | { |
| 302 | return PreparePlaceForCountryFiles(version, string(), countryFile); |
| 303 | } |
| 304 | |
| 305 | std::shared_ptr<LocalCountryFile> PreparePlaceForCountryFiles(int64_t version, string const & dataDir, |
| 306 | CountryFile const & countryFile) |