comment
authorClaus Gittinger <cg@exept.de>
Thu, 10 Mar 2005 14:13:25 +0100
changeset 8778 a71a9d3c1344
parent 8777 b209995d7524
child 8779 0f5b343312b4
comment
Notification.st
--- a/Notification.st	Thu Mar 10 13:49:12 2005 +0100
+++ b/Notification.st	Thu Mar 10 14:13:25 2005 +0100
@@ -215,7 +215,7 @@
     "raise the query - return the handlers value, or the default
      value, if there is no handler.
      Invoking the handler is exactly the functionality of Signal>>raiseRequest,
-     but we can do it faster here."
+     but we can do it faster here (avoiding the construction of an exception instance)."
 
     |con signal|
 
@@ -317,7 +317,7 @@
 !Notification class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.18 2005-01-24 17:37:27 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.19 2005-03-10 13:13:25 cg Exp $'
 ! !
 
 Notification initialize!