diff -r 80975da52420 -r 4a629bc82c5e mmserv/sts/src/systemtoneservice.cpp --- a/mmserv/sts/src/systemtoneservice.cpp Mon May 03 12:59:52 2010 +0300 +++ b/mmserv/sts/src/systemtoneservice.cpp Fri Apr 30 19:18:45 2010 -0500 @@ -58,13 +58,13 @@ iImplementation.PlayTone(aTone); } -EXPORT_C void CSystemToneService::PlayTone(TToneType aTone, - unsigned int& aPlayToneContext) +EXPORT_C void CSystemToneService::PlayAlarm(TAlarmType aAlarm, + unsigned int& aAlarmContext, MStsPlayAlarmObserver& aObserver) { - iImplementation.PlayTone(aTone, aPlayToneContext); + iImplementation.PlayAlarm(aAlarm, aAlarmContext, aObserver); } -EXPORT_C void CSystemToneService::StopTone(unsigned int aPlayToneContext) +EXPORT_C void CSystemToneService::StopAlarm(unsigned int aAlarmContext) { - iImplementation.StopTone(aPlayToneContext); + iImplementation.StopAlarm(aAlarmContext); }