Improved cCondVar::Wait() and implemented cCondVar::TimedWait()

This commit is contained in:
Klaus Schmidinger
2002-08-15 11:46:22 +02:00
parent ac471850fe
commit 3540d18855
4 changed files with 40 additions and 11 deletions

View File

@@ -1410,3 +1410,5 @@ Video Disk Recorder Revision History
check if any of its file handles is ready for data.
- Implemented several replay modes to allow players that play only audio (thanks
to Stefan Huelswitt).
- Improved cCondVar::Wait() and implemented cCondVar::TimedWait() (thanks to
Stefan Huelswitt).