checkin from browser
authorcg
Tue, 14 Apr 1998 11:24:42 +0000
changeset 338 34bf48e76cea
parent 337 aa36aa78b71f
child 339 fb1f09d2af62
checkin from browser
JavaProcess.st
--- a/JavaProcess.st	Thu Apr 09 20:51:22 1998 +0000
+++ b/JavaProcess.st	Tue Apr 14 11:24:42 1998 +0000
@@ -44,10 +44,17 @@
     ^ interruptActions notNil
 
     "Created: 14.8.1997 / 17:26:40 / cg"
+!
+
+markInterrupted
+    super interruptWith:[]
+
+    "Modified: / 10.4.1998 / 15:20:58 / cg"
+    "Created: / 10.4.1998 / 15:21:15 / cg"
 ! !
 
 !JavaProcess class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaProcess.st,v 1.11 1998/02/05 11:13:33 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaProcess.st,v 1.12 1998/04/14 11:24:42 cg Exp $'
 ! !