| 2280 | } |
| 2281 | |
| 2282 | MwmSize Storage::GetRemoteSize(CountryFile const & file) const |
| 2283 | { |
| 2284 | ASSERT(m_diffsDataSource != nullptr, ()); |
| 2285 | return storage::GetRemoteSize(*m_diffsDataSource, file); |
| 2286 | } |
| 2287 | |
| 2288 | void Storage::OnMapDownloadFailed(CountryId const & countryId) |
| 2289 | { |
no test coverage detected