refs #129 , modified voice context to enable notification sounds

This commit is contained in:
Klaus Basan
2014-02-10 23:30:02 +01:00
parent 4508864320
commit dbfd4a69e9
4 changed files with 28 additions and 1 deletions

View File

@@ -156,6 +156,11 @@ namespace BlackCore
*/
virtual void playSelcalTone(const BlackMisc::Aviation::CSelcal &selcal) const;
/*!
* \copydoc IContextVoice::playNotification()
*/
virtual void playNotification(uint notification) const;
/*!
* \copydoc IContextVoice::runMicrophoneTest()
*/