checkin from browser
authorClaus Gittinger <cg@exept.de>
Sun, 14 Apr 1996 00:21:25 +0200
changeset 478 b0b974490a51
parent 477 6351acd20dfb
child 479 ad4d7b705747
checkin from browser
ProcMonitor.st
ProcessMonitor.st
--- a/ProcMonitor.st	Sun Apr 14 00:19:09 1996 +0200
+++ b/ProcMonitor.st	Sun Apr 14 00:21:25 1996 +0200
@@ -367,7 +367,7 @@
 
     "/ event mode is no longer used;
     "/ this event support may vanish
-    ProcessorScheduler isPureEventDriven ifTrue:[
+    Processor isPureEventDriven ifTrue:[
         updateBlock := [self updateStatus].
         listUpdateBlock := [self updateList].
     ].
@@ -384,7 +384,7 @@
      ProcessMonitor open
     "
 
-    "Modified: 4.3.1996 / 10:45:39 / cg"
+    "Modified: 13.4.1996 / 20:34:25 / cg"
 !
 
 mapped
@@ -626,4 +626,4 @@
 !ProcessMonitor class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libtool/Attic/ProcMonitor.st,v 1.33 1996-03-06 10:48:43 cg Exp $'! !
+^ '$Header: /cvs/stx/stx/libtool/Attic/ProcMonitor.st,v 1.34 1996-04-13 22:21:25 cg Exp $'! !
--- a/ProcessMonitor.st	Sun Apr 14 00:19:09 1996 +0200
+++ b/ProcessMonitor.st	Sun Apr 14 00:21:25 1996 +0200
@@ -367,7 +367,7 @@
 
     "/ event mode is no longer used;
     "/ this event support may vanish
-    ProcessorScheduler isPureEventDriven ifTrue:[
+    Processor isPureEventDriven ifTrue:[
         updateBlock := [self updateStatus].
         listUpdateBlock := [self updateList].
     ].
@@ -384,7 +384,7 @@
      ProcessMonitor open
     "
 
-    "Modified: 4.3.1996 / 10:45:39 / cg"
+    "Modified: 13.4.1996 / 20:34:25 / cg"
 !
 
 mapped
@@ -626,4 +626,4 @@
 !ProcessMonitor class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libtool/ProcessMonitor.st,v 1.33 1996-03-06 10:48:43 cg Exp $'! !
+^ '$Header: /cvs/stx/stx/libtool/ProcessMonitor.st,v 1.34 1996-04-13 22:21:25 cg Exp $'! !