#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Thu, 12 May 2016 02:29:21 +0200
changeset 16555 6b84fcdf3207
parent 16554 b44b9f15aa21
child 16556 16f7ac7bf01b
#UI_ENHANCEMENT by cg class: Tools::LintService added: #isLintService
Tools__LintService.st
--- a/Tools__LintService.st	Thu May 12 02:29:07 2016 +0200
+++ b/Tools__LintService.st	Thu May 12 02:29:21 2016 +0200
@@ -290,13 +290,19 @@
     "Modified: / 08-03-2012 / 01:16:51 / cg"
 ! !
 
+!LintService methodsFor:'testing'!
+
+isLintService
+    ^ true
+! !
+
 !LintService class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintService.st,v 1.16 2015-02-14 02:44:20 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintService.st,v 1.16 2015-02-14 02:44:20 cg Exp $'
+    ^ '$Header$'
 ! !