equal
deleted
inserted
replaced
76 void CStsImplementation::StopAlarm(unsigned int aAlarmContext) |
76 void CStsImplementation::StopAlarm(unsigned int aAlarmContext) |
77 { |
77 { |
78 //TODO: Add logging and error checking |
78 //TODO: Add logging and error checking |
79 iSession->SendStopAlarm(aAlarmContext); |
79 iSession->SendStopAlarm(aAlarmContext); |
80 } |
80 } |
|
81 |
|
82 void CStsImplementation::PlayAlarm(CSystemToneService::TToneType aTone, |
|
83 unsigned int& aAlarmContext, MStsPlayAlarmObserver& aObserver) |
|
84 { |
|
85 iSession->SendPlayToneForStop(aTone, aAlarmContext, aObserver); |
|
86 } |