[new downloader] NotifyStatusChanged moved to private section

This commit is contained in:
Constantin Shalnev 2016-02-17 13:03:31 +03:00 committed by Sergey Yershov
parent 46105c0a12
commit 297d4f9ebd

View file

@ -414,8 +414,6 @@ public:
TCountryId GetCurrentDownloadingCountryId() const;
void NotifyStatusChanged(TCountryId const & countryId);
/// get download url by countryId & options(first search file name by countryId, then format url)
string GetFileDownloadUrl(string const & baseUrl, TCountryId const & countryId, MapOptions file) const;
@ -497,6 +495,8 @@ private:
/// Returns status for a node (group node or not)
Status NodeStatus(TCountriesContainer const & node) const;
void NotifyStatusChanged(TCountryId const & countryId);
};
template <class ToDo>