diff -r 5e8b14bae8c3 -r 73253677b50a mmserv/sts/stsproxy/inc/stsimplementation.h --- a/mmserv/sts/stsproxy/inc/stsimplementation.h Fri Jul 09 16:43:35 2010 -0500 +++ b/mmserv/sts/stsproxy/inc/stsimplementation.h Fri Jul 23 17:29:03 2010 -0500 @@ -34,6 +34,9 @@ PlayAlarm(CSystemToneService::TAlarmType aAlarm, unsigned int& aAlarmContext, MStsPlayAlarmObserver& aObserver); void StopAlarm(unsigned int aAlarmContext); + void + PlayAlarm(CSystemToneService::TToneType aTone, + unsigned int& aAlarmContext, MStsPlayAlarmObserver& aObserver); private: CStsImplementation(); bool Init();