commentary
authorClaus Gittinger <cg@exept.de>
Sun, 05 Jan 1997 21:23:36 +0100
changeset 469 9b4318b56d9d
parent 468 7f0c61edae54
child 470 fb31fcbb43b4
commentary
SharedQueue.st
--- a/SharedQueue.st	Fri Jan 03 19:48:44 1997 +0100
+++ b/SharedQueue.st	Sun Jan 05 21:23:36 1997 +0100
@@ -17,7 +17,7 @@
 	category:'Kernel-Processes'
 !
 
-!SharedQueue  class methodsFor:'documentation'!
+!SharedQueue class methodsFor:'documentation'!
 
 copyright
 "
@@ -54,6 +54,7 @@
     [see also:]
         Semaphore
         Process
+        CodingExamples::SharedQueueExamples
 "
 ! !
 
@@ -175,8 +176,8 @@
     spaceAvailable := Semaphore new
 ! !
 
-!SharedQueue  class methodsFor:'documentation'!
+!SharedQueue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/SharedQueue.st,v 1.16 1996-06-22 16:52:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/SharedQueue.st,v 1.17 1997-01-05 20:23:36 cg Exp $'
 ! !