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:
authorYuri Gorshenin <y@maps.me>2015-05-13 16:16:36 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:47:21 +0300
commitca3657b58968a231db1863cdc9b4263040b15152 (patch)
treef0222233f09e7c8bf111bcf9d0eda39528fa5047 /indexer/mwm_set.hpp
parent3a4720b9633043783641df3dae96b965c08a282b (diff)
Review fixes.
Diffstat (limited to 'indexer/mwm_set.hpp')
-rw-r--r--indexer/mwm_set.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indexer/mwm_set.hpp b/indexer/mwm_set.hpp
index 3f4c5813a2..b17513ebbd 100644
--- a/indexer/mwm_set.hpp
+++ b/indexer/mwm_set.hpp
@@ -192,13 +192,10 @@ public:
/// In that case, LockValue returns NULL.
void GetMwmsInfo(vector<shared_ptr<MwmInfo>> & info) const;
- /// Clears caches.
void ClearCache();
- /// Finds an mwm with a given name.
MwmId GetMwmIdByFileName(TMwmFileName const & fileName) const;
- /// Returns a lock for an mwm with a given name.
MwmLock GetMwmLockByFileName(TMwmFileName const & fileName);
protected: