camerauis/cameraapp/generic/src/CamSelfTimer.cpp
branchRCL_3
changeset 13 38fb6f7eacd5
parent 0 1ddebce53859
--- a/camerauis/cameraapp/generic/src/CamSelfTimer.cpp	Wed Apr 14 15:41:04 2010 +0300
+++ b/camerauis/cameraapp/generic/src/CamSelfTimer.cpp	Tue Apr 27 16:19:06 2010 +0300
@@ -33,8 +33,6 @@
 #endif
 
 // CONSTANTS
-const TInt    KCamSelfTimerToneHz  = 1760;         
-const TReal32 KCamSelfTimerToneVol = 0.75f;    
 
 
 // MACROS
@@ -477,7 +475,7 @@
     if ( aOn )        
         {        
         NotifyObservers( ECamSelfTimerEventTimerOn );
-        iController.PlayTone( KCamSelfTimerToneHz, iTimerTickPeriod.Int()/2, KCamSelfTimerToneVol, EFalse );
+        iController.PlaySound( ECamSelfTimerSoundId,  EFalse );
         }
     else
         {