mmserv/sts/src/systemtoneservice.cpp
changeset 19 4a629bc82c5e
parent 14 80975da52420
child 36 73253677b50a
--- 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);
     }