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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-09-15 14:27:03 +0300
committerLev Dragunov <l.dragunov@corp.mail.ru>2015-10-07 12:57:52 +0300
commitb7c23e7c46433befe482ce9eb06210db66215d0a (patch)
tree99ad882a333be6ea16cd5c05824a76251031d4e6 /indexer/ftypes_matcher.hpp
parent240003bab266d2e4a49d55f06b876dee45020cef (diff)
Speedcam routing time computation engine.
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 0e8b4ada31..6a2a98b698 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -46,6 +46,14 @@ public:
static IsATMChecker const & Instance();
};
+class IsSpeedCamChecker : public BaseChecker
+{
+public:
+ IsSpeedCamChecker();
+
+ static IsSpeedCamChecker const & Instance();
+};
+
class IsFuelStationChecker : public BaseChecker
{
public: