equal
deleted
inserted
replaced
56 EXPORT_C void CSystemToneService::PlayTone(TToneType aTone) |
56 EXPORT_C void CSystemToneService::PlayTone(TToneType aTone) |
57 { |
57 { |
58 iImplementation.PlayTone(aTone); |
58 iImplementation.PlayTone(aTone); |
59 } |
59 } |
60 |
60 |
61 EXPORT_C void CSystemToneService::PlayTone(TToneType aTone, |
61 EXPORT_C void CSystemToneService::PlayAlarm(TAlarmType aAlarm, |
62 unsigned int& aPlayToneContext) |
62 unsigned int& aAlarmContext, MStsPlayAlarmObserver& aObserver) |
63 { |
63 { |
64 iImplementation.PlayTone(aTone, aPlayToneContext); |
64 iImplementation.PlayAlarm(aAlarm, aAlarmContext, aObserver); |
65 } |
65 } |
66 |
66 |
67 EXPORT_C void CSystemToneService::StopTone(unsigned int aPlayToneContext) |
67 EXPORT_C void CSystemToneService::StopAlarm(unsigned int aAlarmContext) |
68 { |
68 { |
69 iImplementation.StopTone(aPlayToneContext); |
69 iImplementation.StopAlarm(aAlarmContext); |
70 } |
70 } |