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>2017-06-20 20:27:23 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-07-05 16:41:38 +0300
commit100cc82f2fcb7380fe61af66d14807571187830d (patch)
tree92c8e41131728577afe9977c9d907a587093b592 /ugc/api.hpp
parent880bc83c8a94177f345231c7d9e6c415ed9f6f98 (diff)
[ugc] Fake UGC are generated in API now.
Diffstat (limited to 'ugc/api.hpp')
-rw-r--r--ugc/api.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ugc/api.hpp b/ugc/api.hpp
index eb6f731f39..fd4b5f2b74 100644
--- a/ugc/api.hpp
+++ b/ugc/api.hpp
@@ -22,6 +22,9 @@ public:
void GetUGC(FeatureID const & id, UGCCallback callback);
void GetUGCUpdate(FeatureID const & id, UGCUpdateCallback callback);
+ static UGC MakeTestUGC1();
+ static UGC MakeTestUGC2();
+
private:
void GetUGCImpl(FeatureID const & id, UGCCallback callback);
void GetUGCUpdateImpl(FeatureID const & id, UGCUpdateCallback callback);