photosgallery/slideshow/engine/controlsrc/shwtimercontrol.cpp
branchRCL_3
changeset 25 191387a8b767
parent 18 bcb43dc84c44
equal deleted inserted replaced
22:2dac0fdba72b 25:191387a8b767
   102 		// get the relevant delay and interval values
   102 		// get the relevant delay and interval values
   103 	    GLX_LOG_INFO1( 
   103 	    GLX_LOG_INFO1( 
   104 	        "CShwTimerControl::NotifyL - TShwEventStartView %d", interval );
   104 	        "CShwTimerControl::NotifyL - TShwEventStartView %d", interval );
   105 
   105 
   106 		// Start the timer with the appropriate values for the event
   106 		// Start the timer with the appropriate values for the event
   107 		iTimer->Start( interval, interval,
   107         iTimer->Start(interval, interval, TShwCallBack<CShwTimerControl,
   108 			TShwCallBack< CShwTimerControl, SendTimerBeatL >( this ) );		
   108                 &CShwTimerControl::SendTimerBeatL> (this));     
   109 		}
   109 		}
   110     // was it start pause
   110     // was it start pause
   111 	else if ( dynamic_cast<TShwEventPause*>( aEvent ) )
   111 	else if ( dynamic_cast<TShwEventPause*>( aEvent ) )
   112 		{
   112 		{
   113 		GLX_LOG_INFO( "CShwTimerControl::NotifyL - TShwEventPause" );
   113 		GLX_LOG_INFO( "CShwTimerControl::NotifyL - TShwEventPause" );