DoNotShowCompilerWarningAgainActionQuery.st
author Claus Gittinger <cg@exept.de>
Wed, 20 Jul 2011 17:56:29 +0200
changeset 2570 f0b8fc6cdabb
parent 2330 55d370558bfe
child 2834 7c7f2a83f0c6
permissions -rw-r--r--
change info

"
 COPYRIGHT (c) 2009 by eXept Software AG
              All Rights Reserved

 This software is furnished under a license and may be used
 only in accordance with the terms of that license and with the
 inclusion of the above copyright notice.   This software may not
 be provided or otherwise made available to, or used by, any
 other person.  No title to or ownership of the software is
 hereby transferred.
"
"{ Package: 'stx:libcomp' }"

Query subclass:#DoNotShowCompilerWarningAgainActionQuery
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'System-Compiler'
!

!DoNotShowCompilerWarningAgainActionQuery class methodsFor:'documentation'!

copyright
"
 COPYRIGHT (c) 2009 by eXept Software AG
              All Rights Reserved

 This software is furnished under a license and may be used
 only in accordance with the terms of that license and with the
 inclusion of the above copyright notice.   This software may not
 be provided or otherwise made available to, or used by, any
 other person.  No title to or ownership of the software is
 hereby transferred.
"
!

documentation
"
    Used to ask if a warning should be shown again
"
! !

!DoNotShowCompilerWarningAgainActionQuery class methodsFor:'queries'!

actionQuery
    ^ self query
! !

!DoNotShowCompilerWarningAgainActionQuery class methodsFor:'documentation'!

version_CVS
    ^ '$Header: /cvs/stx/stx/libcomp/DoNotShowCompilerWarningAgainActionQuery.st,v 1.2 2010-02-01 11:28:56 cg Exp $'
! !