]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Timer.hh
foundational changes; tying up some loose ends
[chaz/yoink] / src / Moof / Timer.hh
index a0bc676b7f130f042d550ac0c1fb25d44faa3386..b657a5f9632aee158d8b8d5ef4e72d9178979369 100644 (file)
@@ -53,7 +53,7 @@ public:
        {
                INVALID         = -1,
                NORMAL          =  0,
-               ABSOLUTEE       =  1,   // the ABSOLUTE keyword isn't available on win32...
+               ACTUAL          =  1,
                REPEAT          =  2
        };
 
@@ -102,7 +102,7 @@ public:
         * sleep for the requested amount of time (and maybe longer).
         */
 
-       static void sleep(Scalar seconds, bool absolute = false);
+       static void sleep(Scalar seconds, Mode mode = NORMAL);
 
 
        static Scalar getNextFire()
This page took 0.017373 seconds and 4 git commands to generate.