Launcher.st
changeset 1801 3c3d9231684c
parent 1799 cb65a8344a4f
child 1821 c8bc04c4ccaa
--- a/Launcher.st	Tue Aug 04 17:10:26 1998 +0200
+++ b/Launcher.st	Tue Aug 04 17:15:57 1998 +0200
@@ -4520,6 +4520,12 @@
     (Exception emergencyHandler == Launcher notifyingEmergencyHandler) ifTrue:[
         s nextPutLine:'Exception emergencyHandler:(Launcher notifyingEmergencyHandler).'.
     ].
+    Processor isTimeSlicing ifTrue:[
+        s nextPutLine:'Processor startTimeSlicing.'.
+        s nextPutLine:('Processor supportDynamicPriorities:' , (Processor supportDynamicPriorities ? false) storeString , '.').
+    ] ifFalse:[
+        s nextPutLine:'Processor stopTimeSlicing.'.
+    ].
 
     s cr.
     s nextPutLine:'"/'.
@@ -4569,7 +4575,7 @@
      Transcript topView application saveSettings
     "
 
-    "Modified: / 21.7.1998 / 11:37:44 / cg"
+    "Modified: / 4.8.1998 / 17:12:06 / cg"
 !
 
 sourceAndDebuggerSettingsFor:requestor
@@ -5619,5 +5625,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.365 1998-08-04 14:57:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.366 1998-08-04 15:15:57 cg Exp $'
 ! !