mmserv/sts/stsproxy/src/stsimplementation.cpp
changeset 36 73253677b50a
parent 20 b67dd1fc57c5
child 43 9894ed580e4a
equal deleted inserted replaced
33:5e8b14bae8c3 36:73253677b50a
    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 		 }