#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Sat, 19 May 2018 13:23:03 +0200
changeset 22957 9f91a472b70a
parent 22956 55e812386c9c
child 22958 085e31f4bd4d
#UI_ENHANCEMENT by cg class: AbstractOperatingSystem class added: #speakVoiceOutput:
AbstractOperatingSystem.st
--- a/AbstractOperatingSystem.st	Fri May 18 18:53:59 2018 +0200
+++ b/AbstractOperatingSystem.st	Sat May 19 13:23:03 2018 +0200
@@ -1140,6 +1140,7 @@
     "Created: / 12.11.1998 / 14:39:20 / cg"
 ! !
 
+
 !AbstractOperatingSystem class methodsFor:'executing OS commands-public'!
 
 executeCommand:aCommandString
@@ -4229,6 +4230,12 @@
     "unsupported - simply stay silent"
 
     ^ self.
+!
+
+speakVoiceOutput:aString
+    "unsupported - simply stay silent"
+
+    ^ self.
 ! !
 
 !AbstractOperatingSystem class methodsFor:'obsolete'!