merged in jv's chenges
authorClaus Gittinger <cg@exept.de>
Wed, 05 Feb 2014 19:57:39 +0100
changeset 13825 981dd341f7cb
parent 13824 1e6c41043aa4
child 13826 78262bd89bea
merged in jv's chenges
Tools__CodeViewService.st
--- a/Tools__CodeViewService.st	Wed Feb 05 19:57:37 2014 +0100
+++ b/Tools__CodeViewService.st	Wed Feb 05 19:57:39 2014 +0100
@@ -115,6 +115,17 @@
     "Created: / 07-03-2010 / 13:58:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+priority
+    "Answers a priority of the service. Services with higher priority
+     will get the event notification before ones with lower priority.
+     Therefore, a lower-priority service might not get the event if high
+     priority service processes it"
+
+    ^ 5
+
+    "Created: / 01-02-2012 / 10:28:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 requiredServices
 
     "Returns a list of services required for myself to work
@@ -424,10 +435,10 @@
 !CodeViewService class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.15 2013-09-17 14:44:33 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.16 2014-02-05 18:57:39 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeViewService.st,v 1.15 2013-09-17 14:44:33 vrany Exp $'
+    ^ '$Id: Tools__CodeViewService.st,v 1.16 2014-02-05 18:57:39 cg Exp $'
 ! !