diff -r 1f58177f6740 -r 9894ed580e4a mmserv/sts/stsproxy/src/stsimplementation.cpp --- a/mmserv/sts/stsproxy/src/stsimplementation.cpp Thu Aug 12 20:27:32 2010 -0500 +++ b/mmserv/sts/stsproxy/src/stsimplementation.cpp Tue Aug 24 03:16:41 2010 -0500 @@ -73,14 +73,14 @@ iSession->SendPlayAlarm(aAlarm, aAlarmContext, aObserver); } +void CStsImplementation::PlayAlarm(CSystemToneService::TToneType aTone, + unsigned int& aAlarmContext, MStsPlayAlarmObserver& aObserver) + { + iSession->SendPlayToneAlarm(aTone, aAlarmContext, aObserver); + } + void CStsImplementation::StopAlarm(unsigned int aAlarmContext) { //TODO: Add logging and error checking iSession->SendStopAlarm(aAlarmContext); } - -void CStsImplementation::PlayAlarm(CSystemToneService::TToneType aTone, - unsigned int& aAlarmContext, MStsPlayAlarmObserver& aObserver) - { - iSession->SendPlayToneForStop(aTone, aAlarmContext, aObserver); - }