X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftime%2Funits.h;h=ec06c11523633d03cafc4d71d502aa09357f9e4a;hb=d716073b5f2e2fcc518d53ec6ef09c5971b6d0e4;hp=a0ed2b519c9739e02ca5fa42d67ae728344be505;hpb=b56eb5ec1da675da0c66abc53c1e4f6c4e4cccbd;p=libs%2Fcore.git diff --git a/source/time/units.h b/source/time/units.h index a0ed2b5..ec06c11 100644 --- a/source/time/units.h +++ b/source/time/units.h @@ -1,28 +1,8 @@ -/* $Id$ - -This file is part of libmspcore -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 #endif