Review fixes.

This commit is contained in:
Yuri Gorshenin 2015-05-13 16:16:36 +03:00 committed by Alex Zolotarev
parent 3a4720b963
commit ca3657b589

View file

@ -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: