# HG changeset patch # User Claus Gittinger # Date 1526800871 -7200 # Node ID 22af4adfa3370fe44be8b7d814c07f602042487b # Parent 1d4a56cacd1f93179e4177ffb5d33021133c53f0 #DOCUMENTATION by cg class: AbstractOperatingSystem class comment/format in: #playSound:mode: diff -r 1d4a56cacd1f -r 22af4adfa337 AbstractOperatingSystem.st --- a/AbstractOperatingSystem.st Sun May 20 09:20:23 2018 +0200 +++ b/AbstractOperatingSystem.st Sun May 20 09:21:11 2018 +0200 @@ -6591,6 +6591,8 @@ ! playSound:fileName mode:modeInteger + "this is an obsolete interface" + self playSound:fileName !