Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2014-10-21 18:29:17 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:31:17 +0300
commit420bf78c93ba938c552e618713362d9e0c7eaa59 (patch)
treeb646eb50ccdfd27cb44ff1572c1f9741daebb1b3 /map/active_maps_layout.hpp
parentf84fb4669a65d1198bc7609fe508623ac08f8310 (diff)
[core] special method for get OutOfDate country count
Diffstat (limited to 'map/active_maps_layout.hpp')
-rw-r--r--map/active_maps_layout.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/active_maps_layout.hpp b/map/active_maps_layout.hpp
index 434d6782c2..8d7904f705 100644
--- a/map/active_maps_layout.hpp
+++ b/map/active_maps_layout.hpp
@@ -47,6 +47,8 @@ public:
void UpdateAll();
void CancelAll();
+ int GetOutOfDateCount() const;
+
int GetCountInGroup(TGroup const & group) const;
bool IsEmpty() const;
string const & GetCountryName(TGroup const & group, int position) const;