]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/timer.h
Fix Timer to use is Semaphore correctly
[libs/core.git] / source / time / timer.h
index 7566c3dd03a6a86eef6619c2d4ddd24ddbb373ca..90d870ca9a3afbd44b155f5ccfb5b85747c02442 100644 (file)
@@ -49,8 +49,10 @@ private:
        std::vector<SlotProxy> slots;
        Semaphore sem;
        Mutex mutex;
+       bool blocking;
 
 public:
+       Timer();
        ~Timer();
 
        /** Adds a timer that will be executed periodically as long as the timeout