Semaphore.st
changeset 7258 9ccdbee7d1ad
parent 6999 b0f293f2780c
child 7717 ac9f01ef7157
--- a/Semaphore.st	Wed May 07 16:06:30 2003 +0200
+++ b/Semaphore.st	Wed May 07 16:11:29 2003 +0200
@@ -401,7 +401,7 @@
 "/    waitingProcesses add:aProcess beforeIndex:insertIndex.
 ! !
 
-!Semaphore methodsFor:'private accessing'!
+!Semaphore methodsFor:'private-accessing'!
 
 initSignals
     "set the count of the semaphore to zero.
@@ -835,5 +835,5 @@
 !Semaphore class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Semaphore.st,v 1.68 2003-02-03 11:39:17 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Semaphore.st,v 1.69 2003-05-07 14:11:01 cg Exp $'
 ! !