diff -r 1fa3fb47b1e3 -r c2e43643db4c mmserv/sts/stsproxy/inc/stsimplementation.h --- a/mmserv/sts/stsproxy/inc/stsimplementation.h Wed Aug 18 10:17:22 2010 +0300 +++ b/mmserv/sts/stsproxy/inc/stsimplementation.h Thu Sep 02 20:58:01 2010 +0300 @@ -15,7 +15,6 @@ * This file defines the interface to the class that provides the * implementation logic of the STS API. */ - #ifndef STSIMPLEMENTATION_H_ #define STSIMPLEMENTATION_H_ @@ -30,13 +29,11 @@ virtual ~CStsImplementation(); public: void PlayTone(CSystemToneService::TToneType aTone); - void - PlayAlarm(CSystemToneService::TAlarmType aAlarm, + void PlayAlarm(CSystemToneService::TAlarmType aAlarm, + unsigned int& aAlarmContext, MStsPlayAlarmObserver& aObserver); + void PlayAlarm(CSystemToneService::TToneType aTone, unsigned int& aAlarmContext, MStsPlayAlarmObserver& aObserver); void StopAlarm(unsigned int aAlarmContext); - void - PlayAlarm(CSystemToneService::TToneType aTone, - unsigned int& aAlarmContext, MStsPlayAlarmObserver& aObserver); private: CStsImplementation(); bool Init();