diff options
author | Matthew Hoops | 2015-09-30 00:25:24 -0400 |
---|---|---|
committer | Johannes Schickel | 2016-03-13 13:53:35 +0100 |
commit | 30e68efac41a96e97fc9d42d0b7f9903e76ccfb5 (patch) | |
tree | a2480424a8b917b683d0dcb3280625cef3349e49 /backends/audiocd/default | |
parent | ec5df573cbd8ea33e0ee34f27cc7d732485f3ed1 (diff) | |
download | scummvm-rg350-30e68efac41a96e97fc9d42d0b7f9903e76ccfb5.tar.gz scummvm-rg350-30e68efac41a96e97fc9d42d0b7f9903e76ccfb5.tar.bz2 scummvm-rg350-30e68efac41a96e97fc9d42d0b7f9903e76ccfb5.zip |
BACKENDS: Add a closeCD() function to the AudioCDManager
Diffstat (limited to 'backends/audiocd/default')
-rw-r--r-- | backends/audiocd/default/default-audiocd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/audiocd/default/default-audiocd.h b/backends/audiocd/default/default-audiocd.h index 1d64690add..6011a8fafd 100644 --- a/backends/audiocd/default/default-audiocd.h +++ b/backends/audiocd/default/default-audiocd.h @@ -43,6 +43,7 @@ public: virtual Status getStatus() const; // Subclasses should override for better status results bool openCD(); + virtual void closeCD() {} /** * Open a CD using the specified drive index |