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:
authorRoman Kuznetsov <r.kuznetsow@gmail.com>2017-10-09 17:22:13 +0300
committerAleksandr Zatsepin <alexzatsepin@users.noreply.github.com>2017-10-09 17:22:13 +0300
commit73d013fb9dad6b61912744e6d60d7419d905ca9b (patch)
tree11129593a0135124172cdb01dc8b123f8edab281 /indexer/ftypes_matcher.cpp
parent47821176f58727466433433cc585df2a876ff3c1 (diff)
Added a sponsored project Thor (#7216)beta-1059
* Added a sponsored project Thor * Review fixes
Diffstat (limited to 'indexer/ftypes_matcher.cpp')
-rw-r--r--indexer/ftypes_matcher.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/indexer/ftypes_matcher.cpp b/indexer/ftypes_matcher.cpp
index 4475adc0c6..ae335fc1d9 100644
--- a/indexer/ftypes_matcher.cpp
+++ b/indexer/ftypes_matcher.cpp
@@ -511,6 +511,17 @@ IsViatorChecker const & IsViatorChecker::Instance()
return inst;
}
+IsThorChecker::IsThorChecker()
+{
+ m_types.push_back(classif().GetTypeByPath({"sponsored", "thor"}));
+}
+
+IsThorChecker const & IsThorChecker::Instance()
+{
+ static IsThorChecker const inst;
+ return inst;
+}
+
IsPublicTransportStopChecker::IsPublicTransportStopChecker()
{
m_types.push_back(classif().GetTypeByPath({"highway", "bus_stop"}));