forked from organicmaps/organicmaps
[new downloader] NotifyStatusChanged moved to private section
This commit is contained in:
parent
46105c0a12
commit
297d4f9ebd
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue