]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/units.h
Move non-oneliner functions out of RefPtr class declaration
[libs/core.git] / source / time / units.h
index a157c291d80a70f71a4b09bdde35a6a076fc1e41..abb61d8f81348b984db36b1eb7a4f77338344b1f 100644 (file)
@@ -1,26 +1,9 @@
-/*
-This file is part of libmspframework     
-Copyright © 2006  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #ifndef MSP_TIME_UNITS_H_
 #define MSP_TIME_UNITS_H_
 
 #include "timedelta.h"
 
-namespace Msp {
-namespace Time {
-
-extern const TimeDelta zero;
-extern const TimeDelta usec;
-extern const TimeDelta msec;
-extern const TimeDelta sec;
-extern const TimeDelta min;
-extern const TimeDelta hour;
-extern const TimeDelta day;
-extern const TimeDelta week;
-
-} // namespace Time
-} // namespace Msp
+// This header is deprecated
+#error "Time units are in timedelta.h"
 
 #endif