diff options
author | Tobias Madl <tobias.madl.dev@gmail.com> | 2015-01-19 13:08:26 +0000 |
---|---|---|
committer | Tobias Madl <tobias.madl.dev@gmail.com> | 2015-03-06 12:27:07 +0000 |
commit | 3f64e7c16a63fdc330e108cd74182c615d229bb6 (patch) | |
tree | a7d4605d09270adc55162070ff9248a63e4d869c /include/vcl | |
parent | 4c3cea26b84cc70a67ff4eda99b842d8786a3628 (diff) |
Optimized Timer/Idle code
Change-Id: I285bd632faba5a29a770404d6967f4faf7667b16
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/timer.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/timer.hxx b/include/vcl/timer.hxx index 33e95d76b7a2..2d0f31076db0 100644 --- a/include/vcl/timer.hxx +++ b/include/vcl/timer.hxx @@ -64,6 +64,7 @@ public: static void ImplDeInitTimer(); static void ImplTimerCallbackProc(); static bool TimerReady(); + static bool CheckExpiredTimer(const bool bDoInvoke); }; /// An auto-timer is a multi-shot timer re-emitting itself at |