Added Tools::CodeView2>>#servicesFromClient
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 17 Jun 2014 12:10:51 +0200
changeset 14519 47d5751883ab
parent 14518 f17fb88ae4ff
child 14520 777b5112f927
Added Tools::CodeView2>>#servicesFromClient
Tools__CodeView2.st
--- a/Tools__CodeView2.st	Tue Jun 17 11:39:20 2014 +0200
+++ b/Tools__CodeView2.st	Tue Jun 17 12:10:51 2014 +0200
@@ -681,6 +681,12 @@
     "Modified: / 13-06-2014 / 14:12:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+servicesFromClient
+    ^ servicesFromClient ? false
+
+    "Modified: / 17-06-2014 / 10:22:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 showAcceptCancelBar
 
     ^showAcceptCancelBarChannel value
@@ -3947,15 +3953,15 @@
 !CodeView2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.155 2014-06-16 10:55:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.156 2014-06-17 10:10:51 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.155 2014-06-16 10:55:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.156 2014-06-17 10:10:51 vrany Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeView2.st,v 1.155 2014-06-16 10:55:51 cg Exp $'
+    ^ '$Id: Tools__CodeView2.st,v 1.156 2014-06-17 10:10:51 vrany Exp $'
 ! !