summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-08-15 11:46:22 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-08-15 11:46:22 +0200
commit3540d18855d68434d4ab83bc55e590cc6898b175 (patch)
tree02d5b91c25ad71709203159d1eb91c182d073d01 /HISTORY
parentac471850fe5d7f5267e991eb3d2ed3d5488fe502 (diff)
downloadvdr-3540d18855d68434d4ab83bc55e590cc6898b175.tar.gz
vdr-3540d18855d68434d4ab83bc55e590cc6898b175.tar.bz2
Improved cCondVar::Wait() and implemented cCondVar::TimedWait()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a145e521..7ab0708f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).