The function cThread::Cancel() now only sets 'running' to false and does not actually kill the thread if the special value -1 is given

This commit is contained in:
Klaus Schmidinger
2006-09-24 12:54:47 +02:00
parent 0b8cee6f2a
commit 2d68b323c7
5 changed files with 14 additions and 5 deletions

View File

@@ -1468,6 +1468,8 @@ Udo Richter <udo_richter@gmx.de>
for reporting a problem with cPlugin::ConfigDirectory() in case a plugin calls it
from a separate thread
for reporting that an assignment in svdrp.c didn't use the cTimer::operator=())
for suggesting that the function cThread::Cancel() should only set 'running' to
false and not actually kill the thread if the special value -1 is given
Sven Kreiensen <svenk@kammer.uni-hannover.de>
for his help in keeping 'channels.conf.terr' up to date