added a clear() method to the TimerEventProxy to allow the removal of all pending...
[senf.git] / senf / Scheduler / TimerEventProxy.hh
index c7ec857..651a6b9 100644 (file)
@@ -71,6 +71,8 @@ namespace scheduler {
                                         /**< if no timer for this id is registered \a 0 is returned. */
 
         unsigned numEvents() const;  ///< Returns the number of pending timer events 
+
+        void clear(); ///< Clears all pending timer events
         
     private:
 #ifndef DOXYGEN