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 'local_ads/statistics.hpp')
-rw-r--r--local_ads/statistics.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/local_ads/statistics.hpp b/local_ads/statistics.hpp
index 2fc8dcc9c4..e71ac771e9 100644
--- a/local_ads/statistics.hpp
+++ b/local_ads/statistics.hpp
@@ -37,6 +37,8 @@ public:
void Startup();
void RegisterEvent(Event && event);
void RegisterEvents(std::list<Event> && events);
+ // Save the event synchronously (for lightweight frawework only).
+ void RegisterEventSync(Event && event);
void SetEnabled(bool isEnabled);
std::list<Event> WriteEventsForTesting(std::list<Event> const & events,