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:
authorvng <viktor.govako@gmail.com>2011-12-06 19:51:35 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:29:46 +0300
commit50586f733615712eb70b358f75257afa47ca4d78 (patch)
tree11149ceb5c65bbe14e9d4f809f95541253fa7246 /indexer/mwm_set.hpp
parent22f0a3987f7d69d1f7009bad025a6cb07dae9b70 (diff)
[Experimental] Code for advanced definition of countries, needed to download for frame.
Diffstat (limited to 'indexer/mwm_set.hpp')
-rw-r--r--indexer/mwm_set.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/mwm_set.hpp b/indexer/mwm_set.hpp
index 0f5172b98b..c9f30d23fb 100644
--- a/indexer/mwm_set.hpp
+++ b/indexer/mwm_set.hpp
@@ -71,6 +71,8 @@ public:
// Remove mwm.
void Remove(string const & fileName);
+ bool IsLoaded(string const & fName) const;
+
// Get ids of all mwms. Some of them may be marked to remove.
void GetMwmInfo(vector<MwmInfo> & info) const;