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>2012-08-20 13:40:32 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:42:12 +0300
commit378ba050eeb2ec9e761c3409d2c962932508c60e (patch)
tree3a85798e5fc31ff90326b79b3187b1e33453dfad /map/rotate_screen_task.hpp
parent80d3874ed0add377a93e5d6334a1fce11f6a6a2e (diff)
refactored anim::Task and anim::Controller to distinguish between normal Task ending and cancellation.
Diffstat (limited to 'map/rotate_screen_task.hpp')
-rw-r--r--map/rotate_screen_task.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/rotate_screen_task.hpp b/map/rotate_screen_task.hpp
index 8d8ec8ec77..634b6499c7 100644
--- a/map/rotate_screen_task.hpp
+++ b/map/rotate_screen_task.hpp
@@ -25,4 +25,5 @@ public:
void OnStart(double ts);
void OnStep(double ts);
+ void OnEnd(double ts);
};