AllocationFailure.st
changeset 6108 6a8332c136e2
parent 6107 430dfb5fef3f
child 7591 19fa013c1c58
--- a/AllocationFailure.st	Thu Oct 25 19:30:45 2001 +0200
+++ b/AllocationFailure.st	Thu Oct 25 19:31:29 2001 +0200
@@ -8,8 +8,18 @@
 !
 
 
+!AllocationFailure class methodsFor:'testing'!
+
+mayProceed
+    ^ true
+!
+
+mayResume
+    ^ true
+! !
+
 !AllocationFailure class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AllocationFailure.st,v 1.1 2001-10-25 17:30:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AllocationFailure.st,v 1.2 2001-10-25 17:31:29 cg Exp $'
 ! !