| 978 | } |
| 979 | |
| 980 | void Storage::OnCountryInQueue(QueuedCountry const & queuedCountry) |
| 981 | { |
| 982 | CHECK_THREAD_CHECKER(m_threadChecker, ()); |
| 983 | |
| 984 | NotifyStatusChangedForHierarchy(queuedCountry.GetCountryId()); |
| 985 | SaveDownloadQueue(); |
| 986 | } |
| 987 | |
| 988 | void Storage::OnStartDownloading(QueuedCountry const & queuedCountry) |
| 989 | { |
no test coverage detected