]> Dogcows Code - chaz/yoink/blobdiff - src/moof/timer.hh
prep for runloop code
[chaz/yoink] / src / moof / timer.hh
index f5c3583ccc0525c90adf616979fddfb82d8819ce..3ec4ef9d8e04bd23a1e6141d4c242e430f6d0d5e 100644 (file)
@@ -149,8 +149,13 @@ public:
         */
        scalar seconds_remaining() const;
 
+       /**
+        * Get the absolute time of the next expiration of this timer.
+        * \return Seconds.
+        */
        scalar next_expiration() const;
 
+
        /**
         * Get whether or not the timer is expired.  A timer on a repeating
         * schedule will never be expired since it will always have a scheduled
This page took 0.017322 seconds and 4 git commands to generate.