Replaced all calls to sleep() with cCondWait::SleepMs()

This commit is contained in:
Klaus Schmidinger
2011-12-04 14:53:41 +01:00
parent 989fa21a21
commit 04e5380723
5 changed files with 10 additions and 8 deletions

View File

@@ -6778,3 +6778,4 @@ Video Disk Recorder Revision History
- Changed the default location for the LIRC socket to /var/run/lirc/lircd (thanks
to Ville Skytt<74>).
- Added file name and line number to LOG_ERROR_STR() (thanks to Rolf Ahrenberg).
- Replaced all calls to sleep() with cCondWait::SleepMs() (thanks to Rolf Ahrenberg).