X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Futils.h;h=0a2b351ef6b218743122106697253f04803ef090;hp=9755356d4a8da61d9db0fa32738461e6171e5466;hb=62a984b46e08740d19cb055f01be3365982f6b9d;hpb=b56eb5ec1da675da0c66abc53c1e4f6c4e4cccbd diff --git a/source/time/utils.h b/source/time/utils.h index 9755356..0a2b351 100644 --- a/source/time/utils.h +++ b/source/time/utils.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_TIME_UTILS_H_ #define MSP_TIME_UTILS_H_ @@ -19,7 +12,7 @@ class TimeStamp; extern TimeStamp now(); extern std::string format_now(const std::string &); extern TimeDelta get_cpu_time(); -extern int sleep(const TimeDelta &); +extern void sleep(const TimeDelta &); } // namespace Time } // namespace Msp