mmmw_plat/system_tone_service_api/tsrc/src/systemtoneservicestifblocks.cpp
changeset 21 2ed61feeead6
parent 20 b67dd1fc57c5
child 36 73253677b50a
--- a/mmmw_plat/system_tone_service_api/tsrc/src/systemtoneservicestifblocks.cpp	Fri May 14 18:19:45 2010 -0500
+++ b/mmmw_plat/system_tone_service_api/tsrc/src/systemtoneservicestifblocks.cpp	Fri May 28 19:26:28 2010 -0500
@@ -229,15 +229,13 @@
     if (aAlarmContext == iCurrentContext)
         {
         	
-         _LIT( Ksystemtoneservicestif, "STS" );
+          _LIT( Ksystemtoneservicestif, "STS" );
           _LIT( KPrint, "PlayAlarmComplete" );
           TestModuleIf().Printf( 0, Ksystemtoneservicestif, KPrint );
-          // Print to log file
-          iLog->Log( KPrint );	
-        	
-        iPlayState = EStopped;
-        iCallbackController->Cancel();
-        //HandleEvent();
+                 	
+        	iPlayState = EStopped;
+        	iCallbackController->Cancel();
+        	//HandleEvent();
         }
     }