docu
authorClaus Gittinger <cg@exept.de>
Wed, 08 May 1996 13:43:25 +0200
changeset 1347 d03d18960f0d
parent 1346 429d560b7013
child 1348 183876a4e085
docu
ProcSched.st
ProcessorScheduler.st
--- a/ProcSched.st	Wed May 08 10:24:39 1996 +0200
+++ b/ProcSched.st	Wed May 08 13:43:25 1996 +0200
@@ -122,6 +122,7 @@
         Process
         Delay Semaphore SemaphoreSet SharedQueue
         WindowGroup
+        (``Working with processes'': programming/processes.html)
 
     [author:]
         Claus Gittinger
@@ -2055,6 +2056,6 @@
 !ProcessorScheduler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ProcSched.st,v 1.79 1996-04-25 16:53:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ProcSched.st,v 1.80 1996-05-08 11:43:25 cg Exp $'
 ! !
 ProcessorScheduler initialize!
--- a/ProcessorScheduler.st	Wed May 08 10:24:39 1996 +0200
+++ b/ProcessorScheduler.st	Wed May 08 13:43:25 1996 +0200
@@ -122,6 +122,7 @@
         Process
         Delay Semaphore SemaphoreSet SharedQueue
         WindowGroup
+        (``Working with processes'': programming/processes.html)
 
     [author:]
         Claus Gittinger
@@ -2055,6 +2056,6 @@
 !ProcessorScheduler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.79 1996-04-25 16:53:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.80 1996-05-08 11:43:25 cg Exp $'
 ! !
 ProcessorScheduler initialize!