#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Wed, 08 Aug 2018 22:02:51 +0200
changeset 23268 e3404df6fbbe
parent 23267 aac6515beadf
child 23269 6a0fe6e99d2d
#UI_ENHANCEMENT by cg class: AbstractOperatingSystem class added: #canSpeak
AbstractOperatingSystem.st
--- a/AbstractOperatingSystem.st	Wed Aug 08 22:02:16 2018 +0200
+++ b/AbstractOperatingSystem.st	Wed Aug 08 22:02:51 2018 +0200
@@ -6590,6 +6590,10 @@
 
 !AbstractOperatingSystem class methodsFor:'sound & voice'!
 
+canSpeak
+    ^ false
+!
+
 playSound:fileName
     "play a soundfile (wav)
      unsupported - simply stay silent"