From eddd68d5088d3dbc14ed38101f72d34782467d8a Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Wed, 21 May 2014 16:28:57 +0800 Subject: [PATCH] Added comments --- storage/storage.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/storage/storage.hpp b/storage/storage.hpp index 4627bed3d8..2693e7d876 100644 --- a/storage/storage.hpp +++ b/storage/storage.hpp @@ -112,7 +112,9 @@ namespace storage /// @return Country file name without extension. string const & CountryFileName(TIndex const & index) const; LocalAndRemoteSizeT CountrySizeInBytes(TIndex const & index) const; + /// Fast version, doesn't check if country is out of date TStatus CountryStatus(TIndex const & index) const; + /// Slow version, but checks if country is out of date TStatus CountryStatusEx(TIndex const & index) const; //m2::RectD CountryBounds(TIndex const & index) const;