]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/utils.h
Make Time::sleep void
[libs/core.git] / source / time / utils.h
index 59fe0c2c0ca1cab816c78f91b28baaeaba6623b0..0a2b351ef6b218743122106697253f04803ef090 100644 (file)
@@ -1,8 +1,3 @@
-/*
-This file is part of libmspcore     
-Copyright © 2006  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #ifndef MSP_TIME_UTILS_H_
 #define MSP_TIME_UTILS_H_
 
@@ -17,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