in detail: also care for subInstances of process.
authorClaus Gittinger <cg@exept.de>
Thu, 21 Aug 1997 15:41:19 +0200
changeset 1299 d32b7c160ea2
parent 1298 4ce2a9cd693a
child 1300 fd0f774f6090
in detail: also care for subInstances of process.
ProcMonitor.st
ProcessMonitor.st
--- a/ProcMonitor.st	Wed Aug 20 19:14:14 1997 +0200
+++ b/ProcMonitor.st	Thu Aug 21 15:41:19 1997 +0200
@@ -109,7 +109,7 @@
 
     shown ifTrue:[
         showDetail ifTrue:[
-            newList := Process allInstances asOrderedCollection.
+            newList := Process allSubInstances asOrderedCollection.
         ] ifFalse:[
             newList := ProcessorScheduler knownProcesses asOrderedCollection.
         ].
@@ -137,6 +137,7 @@
     ].
 
     "Modified: 3.7.1996 / 13:37:29 / stefan"
+    "Modified: 21.8.1997 / 15:40:40 / cg"
 !
 
 updateStatus
@@ -628,5 +629,5 @@
 !ProcessMonitor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/ProcMonitor.st,v 1.53 1997-04-24 19:17:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/ProcMonitor.st,v 1.54 1997-08-21 13:41:19 cg Exp $'
 ! !
--- a/ProcessMonitor.st	Wed Aug 20 19:14:14 1997 +0200
+++ b/ProcessMonitor.st	Thu Aug 21 15:41:19 1997 +0200
@@ -109,7 +109,7 @@
 
     shown ifTrue:[
         showDetail ifTrue:[
-            newList := Process allInstances asOrderedCollection.
+            newList := Process allSubInstances asOrderedCollection.
         ] ifFalse:[
             newList := ProcessorScheduler knownProcesses asOrderedCollection.
         ].
@@ -137,6 +137,7 @@
     ].
 
     "Modified: 3.7.1996 / 13:37:29 / stefan"
+    "Modified: 21.8.1997 / 15:40:40 / cg"
 !
 
 updateStatus
@@ -628,5 +629,5 @@
 !ProcessMonitor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitor.st,v 1.53 1997-04-24 19:17:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitor.st,v 1.54 1997-08-21 13:41:19 cg Exp $'
 ! !