X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftime%2Ftimer.h;h=90d870ca9a3afbd44b155f5ccfb5b85747c02442;hb=87edba02a23b1338934e36fac407966b25fcf811;hp=7566c3dd03a6a86eef6619c2d4ddd24ddbb373ca;hpb=c7afef88380ebebc8c2b04e48664d73281ec8848;p=libs%2Fcore.git 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