YesToAllConfirmation.st
author Claus Gittinger <cg@exept.de>
Thu, 05 Aug 2004 14:31:05 +0200
changeset 8464 e9f4d3766157
parent 8386 d600ab917968
child 8728 d70396dc4e96
permissions -rw-r--r--
*** empty log message ***
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8385
bb10cbfae774 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
"{ Package: 'stx:libbasic' }"
bb10cbfae774 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
8386
d600ab917968 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8385
diff changeset
     3
Notification subclass:#YesToAllConfirmation
8385
bb10cbfae774 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
	instanceVariableNames:''
bb10cbfae774 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
	classVariableNames:''
bb10cbfae774 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
	poolDictionaries:''
bb10cbfae774 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
	category:'Kernel-Exceptions'
bb10cbfae774 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
!
bb10cbfae774 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
bb10cbfae774 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
bb10cbfae774 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
!YesToAllConfirmation class methodsFor:'documentation'!
bb10cbfae774 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
bb10cbfae774 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
version
8386
d600ab917968 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8385
diff changeset
    14
    ^ '$Header: /cvs/stx/stx/libbasic/YesToAllConfirmation.st,v 1.2 2004-06-08 18:03:09 cg Exp $'
8385
bb10cbfae774 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
! !