X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Ftimer.h;fp=source%2Ftime%2Ftimer.h;h=90d870ca9a3afbd44b155f5ccfb5b85747c02442;hp=7566c3dd03a6a86eef6619c2d4ddd24ddbb373ca;hb=aad3371b3d1831dd0525a51e40f637f00be6ff87;hpb=8db2c378e1d006afb792d829857e866541bf81a5 diff --git a/source/time/timer.h b/source/time/timer.h index 7566c3d..90d870c 100644 --- a/source/time/timer.h +++ b/source/time/timer.h @@ -49,8 +49,10 @@ private: std::vector slots; Semaphore sem; Mutex mutex; + bool blocking; public: + Timer(); ~Timer(); /** Adds a timer that will be executed periodically as long as the timeout