| 429 | } |
| 430 | |
| 431 | void Framework::ShowNode(storage::CountryId const & countryId) |
| 432 | { |
| 433 | StopLocationFollow(); |
| 434 | |
| 435 | ShowRect(CalcLimitRect(countryId, GetStorage(), GetCountryInfoGetter())); |
| 436 | } |
| 437 | |
| 438 | void Framework::OnCountryFileDownloaded(storage::CountryId const &, storage::LocalFilePtr const localFile) |
| 439 | { |
nothing calls this directly
no test coverage detected