Tools__CodeViewService.st
branchjv
changeset 13173 e9da2324940d
parent 13170 c9b815af5777
parent 12900 5a645e7b5961
child 13178 c9bf900fe729
--- a/Tools__CodeViewService.st	Thu Jun 13 12:23:07 2013 +0100
+++ b/Tools__CodeViewService.st	Fri Jun 21 19:05:40 2013 +0100
@@ -407,6 +407,10 @@
 
 !CodeViewService methodsFor:'testing'!
 
+isBreakpointService
+    ^ false
+!
+
 isEnabled
 
     ^enabled == true
@@ -421,7 +425,7 @@
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.9 2013-06-06 12:03:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.10 2013-06-14 11:49:52 cg Exp $'
 !
 
 version_HG
@@ -430,6 +434,6 @@
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeViewService.st,v 1.9 2013-06-06 12:03:57 cg Exp $'
+    ^ '$Id: Tools__CodeViewService.st,v 1.10 2013-06-14 11:49:52 cg Exp $'
 ! !