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:
authorArsentiy Milchakov <milcars@mapswithme.com>2018-11-27 17:13:34 +0300
committerOlesia Bolovintseva <o.bolovintseva@mapswithme.com>2018-12-04 16:12:06 +0300
commitbda368e95f07d50125496d7f94330c40aad8ad6c (patch)
treebaa34f5465db22d5c96abd2736f261838f068b57 /ugc/storage.hpp
parent899ee1c5ee889774c6ca0ff10d70c8c02c94bebd (diff)
[lightweight] "Get" methods are renamed
Diffstat (limited to 'ugc/storage.hpp')
-rw-r--r--ugc/storage.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ugc/storage.hpp b/ugc/storage.hpp
index a578e25e4b..113d82a53c 100644
--- a/ugc/storage.hpp
+++ b/ugc/storage.hpp
@@ -76,5 +76,8 @@ inline std::string DebugPrint(Storage::SettingResult const & result)
namespace lightweight
{
+namespace impl
+{
size_t GetNumberOfUnsentUGC();
+} // namespace impl
} //namespace lightweight