]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/units.cpp
Throw out anything polling related - they will go to libmspio eventually
[libs/core.git] / source / time / units.cpp
index e37987b0f0488aa15f8cff51f37df446b3bd35ce..c9d5d1769fabda30a72d6104042e29c77c72fc84 100644 (file)
@@ -1,5 +1,5 @@
 /*
-This file is part of libmspframework     
+This file is part of libmspcore     
 Copyright © 2006  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
@@ -9,6 +9,7 @@ namespace Msp {
 namespace Time {
 
 // Constants to be used in creation of TimeDeltas
+const TimeDelta zero(0);
 const TimeDelta usec(1);
 const TimeDelta msec(1000);
 const TimeDelta sec(1000000);