Signal.st
changeset 5835 1db1b70603b6
parent 5697 ce78c7d9ddbd
child 5949 f261d27904f5
--- a/Signal.st	Mon Mar 19 10:33:05 2001 +0100
+++ b/Signal.st	Fri Mar 23 14:37:32 2001 +0100
@@ -295,6 +295,14 @@
     "Modified: 8.10.1997 / 11:56:11 / cg"
 ! !
 
+!Signal methodsFor:'converting'!
+
+, anException
+    "return a SignalSet with myself and anException"
+
+    ^ SignalSet with:self with:anException
+! !
+
 !Signal methodsFor:'copying'!
 
 deepCopyUsing:aDictionary
@@ -808,5 +816,5 @@
 !Signal class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.80 2000-11-09 11:13:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.81 2001-03-23 13:37:32 stefan Exp $'
 ! !