Removed delay_ms(), using cCondWait::SleepMs() instead

This commit is contained in:
Klaus Schmidinger
2004-12-19 17:22:13 +01:00
parent 1d3495a0f0
commit ce8369251c
6 changed files with 8 additions and 14 deletions

View File

@@ -36,3 +36,4 @@ VDR Plugin 'sky' Revision History
2004-12-19: Version 0.3.3
- Made several functions threadsafe.
- Removed delay_ms(), using cCondWait::SleepMs() instead.