ExceptionHandlerSet.st
changeset 4473 793078981f01
parent 4466 9cba6f4ecec4
child 4476 696ac99f2a52
--- a/ExceptionHandlerSet.st	Sat Jul 31 14:42:44 1999 +0200
+++ b/ExceptionHandlerSet.st	Sat Jul 31 14:43:43 1999 +0200
@@ -167,6 +167,12 @@
 
     "Created: / 26.7.1999 / 09:53:28 / stefan"
     "Modified: / 26.7.1999 / 09:59:43 / stefan"
+!
+
+handlingSignalInContext:theContext
+    "answer the handling signal from aContext."
+
+    ^ self
 ! !
 
 !ExceptionHandlerSet methodsFor:'save evaluation'!
@@ -264,5 +270,5 @@
 !ExceptionHandlerSet class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ExceptionHandlerSet.st,v 1.2 1999-07-28 21:00:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExceptionHandlerSet.st,v 1.3 1999-07-31 12:43:08 cg Exp $'
 ! !