From 297d4f9ebd3bd0ef308505022d443e493a695ba8 Mon Sep 17 00:00:00 2001 From: Constantin Shalnev Date: Wed, 17 Feb 2016 13:03:31 +0300 Subject: [PATCH] [new downloader] NotifyStatusChanged moved to private section --- storage/storage.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/storage.hpp b/storage/storage.hpp index b2a77e6c77..9f7f8ba8ad 100644 --- a/storage/storage.hpp +++ b/storage/storage.hpp @@ -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