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>2016-10-18 15:12:04 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2016-10-21 20:27:37 +0300
commit6837b685335a30ab3861370926c17436d9e434c3 (patch)
tree7193f2f5ee489823a3713301b8b07ef3c0aca668 /indexer/ftypes_matcher.hpp
parentf179d5cd0dd33c5dbe33f178ada3d0bbd111f0b5 (diff)
opentable is added into placepage
Diffstat (limited to 'indexer/ftypes_matcher.hpp')
-rw-r--r--indexer/ftypes_matcher.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp
index 17d1e77665..48d1dcfd97 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -184,6 +184,14 @@ public:
static IsFoodChecker const & Instance();
};
+class IsOpentableChecker : public BaseChecker
+{
+ IsOpentableChecker();
+
+public:
+ static IsOpentableChecker const & Instance();
+};
+
/// Type of locality (do not change values and order - they have detalization order)
/// COUNTRY < STATE < CITY < ...
enum Type { NONE = -1, COUNTRY = 0, STATE, CITY, TOWN, VILLAGE, LOCALITY_COUNT };