class: YesToAllConfirmation
authorClaus Gittinger <cg@exept.de>
Tue, 30 Dec 2014 13:40:05 +0100
changeset 17269 a59c3c048aef
parent 17268 28cc88757faf
child 17270 f0c93e2cb389
class: YesToAllConfirmation comment/format in: #defaultResumeValue
YesToAllConfirmation.st
--- a/YesToAllConfirmation.st	Tue Dec 30 13:39:56 2014 +0100
+++ b/YesToAllConfirmation.st	Tue Dec 30 13:40:05 2014 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libbasic' }"
 
+"{ NameSpace: Smalltalk }"
+
 Notification subclass:#YesToAllConfirmation
 	instanceVariableNames:''
 	classVariableNames:''
@@ -95,15 +97,18 @@
 !YesToAllConfirmation methodsFor:'defaults'!
 
 defaultResumeValue
+    "the default answer, if no one handles the query"
+
     ^ false
 ! !
 
 !YesToAllConfirmation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/YesToAllConfirmation.st,v 1.6 2010-10-14 08:38:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/YesToAllConfirmation.st,v 1.7 2014-12-30 12:40:05 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/YesToAllConfirmation.st,v 1.6 2010-10-14 08:38:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/YesToAllConfirmation.st,v 1.7 2014-12-30 12:40:05 cg Exp $'
 ! !
+