mmmw_plat/system_tone_service_api/tsrc/src/systemtoneservicestifblocks.cpp
changeset 31 8dfd592727cb
parent 22 128eb6a32b84
child 36 73253677b50a
equal deleted inserted replaced
22:128eb6a32b84 31:8dfd592727cb
   227 void CSystemToneServiceStif::PlayAlarmComplete(unsigned int aAlarmContext)
   227 void CSystemToneServiceStif::PlayAlarmComplete(unsigned int aAlarmContext)
   228     {
   228     {
   229     if (aAlarmContext == iCurrentContext)
   229     if (aAlarmContext == iCurrentContext)
   230         {
   230         {
   231         	
   231         	
   232          _LIT( Ksystemtoneservicestif, "STS" );
   232           _LIT( Ksystemtoneservicestif, "STS" );
   233           _LIT( KPrint, "PlayAlarmComplete" );
   233           _LIT( KPrint, "PlayAlarmComplete" );
   234           TestModuleIf().Printf( 0, Ksystemtoneservicestif, KPrint );
   234           TestModuleIf().Printf( 0, Ksystemtoneservicestif, KPrint );
   235           // Print to log file
   235                  	
   236           iLog->Log( KPrint );	
   236         	iPlayState = EStopped;
   237         	
   237         	iCallbackController->Cancel();
   238         iPlayState = EStopped;
   238         	//HandleEvent();
   239         iCallbackController->Cancel();
       
   240         //HandleEvent();
       
   241         }
   239         }
   242     }  
   240     }  
   243 
   241