diff -r c70a0ec49f43 -r a4e7529547bc SemaphoreSet.st --- a/SemaphoreSet.st Fri Feb 05 13:58:06 2010 +0100 +++ b/SemaphoreSet.st Fri Feb 05 13:58:13 2010 +0100 @@ -215,7 +215,7 @@ ! waitWithTimeout:seconds - "wait for any of the the semaphore, but abort the wait after some time. + "wait for any of the the semaphore, but abort the wait after some time (seconds). Return the (first) triggered semaphore if any, nil if we return due to a timeout." |millis| @@ -306,5 +306,9 @@ !SemaphoreSet class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/SemaphoreSet.st,v 1.18 2008-10-23 16:25:32 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/SemaphoreSet.st,v 1.19 2010-02-05 12:58:13 cg Exp $' +! + +version_CVS + ^ '$Header: /cvs/stx/stx/libbasic/SemaphoreSet.st,v 1.19 2010-02-05 12:58:13 cg Exp $' ! !