| 1162 | */ |
| 1163 | |
| 1164 | bool Storage::IsCountryInQueue(CountryId const & countryId) const |
| 1165 | { |
| 1166 | CHECK_THREAD_CHECKER(m_threadChecker, ()); |
| 1167 | |
| 1168 | return m_downloader->GetQueue().Contains(countryId); |
| 1169 | } |
| 1170 | |
| 1171 | bool Storage::IsDiffApplyingInProgressToCountry(CountryId const & countryId) const |
| 1172 | { |