Tools__CodeViewService.st
changeset 14987 7a8543ad91ee
parent 14926 240ebc7f8f87
child 14994 19512695e936
--- 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 $'
 ! !