class: Tools::CodeViewService
authorClaus Gittinger <cg@exept.de>
Thu, 04 Dec 2014 03:00:43 +0100
changeset 14987 7a8543ad91ee
parent 14986 7f39d0272ebc
child 14988 a0bec91d2399
class: Tools::CodeViewService added: #annotations
Tools__CodeViewService.st
--- a/Tools__CodeViewService.st	Thu Dec 04 03:00:27 2014 +0100
+++ b/Tools__CodeViewService.st	Thu Dec 04 03:00:43 2014 +0100
@@ -205,6 +205,12 @@
     ^ nil
 !
 
+annotations
+    "return my annotations - if any"
+
+    ^ nil
+!
+
 application
 
     ^codeView application
@@ -465,10 +471,10 @@
 !CodeViewService class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.18 2014-11-27 15:45:23 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.19 2014-12-04 02:00:43 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeViewService.st,v 1.18 2014-11-27 15:45:23 vrany Exp $'
+    ^ '$Id: Tools__CodeViewService.st,v 1.19 2014-12-04 02:00:43 cg Exp $'
 ! !