category change
authorStefan Vogel <sv@exept.de>
Tue, 21 Sep 2004 20:00:49 +0200
changeset 8568 624bfd00371f
parent 8567 7b6c94449431
child 8569 657853ae04cd
category change
RecursionLock.st
--- a/RecursionLock.st	Tue Sep 21 19:59:06 2004 +0200
+++ b/RecursionLock.st	Tue Sep 21 20:00:49 2004 +0200
@@ -165,7 +165,7 @@
     ^ process notNil and:[Processor activeProcess ~~ process]
 ! !
 
-!RecursionLock methodsFor:'wait & signal'!
+!RecursionLock methodsFor:'waiting'!
 
 critical:aBlock
     "evaluate aBlock as a critical region, but do not block,
@@ -220,5 +220,5 @@
 !RecursionLock class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/RecursionLock.st,v 1.31 2003-08-29 19:23:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/RecursionLock.st,v 1.32 2004-09-21 18:00:49 stefan Exp $'
 ! !