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:
authorrachytski <siarhei.rachytski@gmail.com>2011-11-24 16:28:32 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:28:47 +0300
commite5ceafbe9d383b70ca015bc650556ae8d5630da9 (patch)
treeea28ae761e663f2ef96004cc2c514a9550187812 /platform/video_timer.hpp
parent3f2e3fc1e44c1a6e075d6d603fb275af98eb3e0a (diff)
added PThreadVideoTimer and tests for it. still it doesn't work as expected.
Diffstat (limited to 'platform/video_timer.hpp')
-rw-r--r--platform/video_timer.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/video_timer.hpp b/platform/video_timer.hpp
index dc286df6f2..58e4201f7c 100644
--- a/platform/video_timer.hpp
+++ b/platform/video_timer.hpp
@@ -40,3 +40,4 @@ public:
extern "C" VideoTimer * CreateIOSVideoTimer(VideoTimer::TFrameFn frameFn);
extern "C" VideoTimer * CreateAppleVideoTimer(VideoTimer::TFrameFn frameFn);
extern "C" VideoTimer * CreateWin32VideoTimer(VideoTimer::TFrameFn frameFn);
+extern "C" VideoTimer * CreatePThreadVideoTimer(VideoTimer::TFrameFn frameFn);