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:
Diffstat (limited to 'stats/client/event_tracker.hpp')
-rw-r--r--stats/client/event_tracker.hpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/stats/client/event_tracker.hpp b/stats/client/event_tracker.hpp
deleted file mode 100644
index 2d138774a1..0000000000
--- a/stats/client/event_tracker.hpp
+++ /dev/null
@@ -1,21 +0,0 @@
-#pragma once
-
-#include "../../platform/platform.hpp"
-
-namespace stats
-{
-
-class EventWriter;
-
-class EventTracker
-{
-public:
- EventTracker();
- ~EventTracker();
- bool TrackSearch(string const & query);
-
-private:
- EventWriter * m_writer;
-};
-
-} // namespace stats