Utils/Termlib: Extend the completion API
[senf.git] / PPI / IntervalTimer.hh
index 98228e4..959c48c 100644 (file)
@@ -66,10 +66,14 @@ namespace ppi {
 
         explicit IntervalTimer(ClockService::clock_type interval,
                                unsigned eventsPerInterval=1);
-
+        IntervalTimer();
+        
         ///@}
         ///////////////////////////////////////////////////////////////////////////
 
+        void interval(ClockService::clock_type interval, unsigned eventsPerInterval=1);
+        std::pair<ClockService::clock_type, unsigned> interval() const;
+
     protected:
 
     private: