photosgallery/slideshow/view/src/shwslideshowbacklighttimer.cpp
branchRCL_3
changeset 25 191387a8b767
parent 18 bcb43dc84c44
equal deleted inserted replaced
22:2dac0fdba72b 25:191387a8b767
   138 	TRACER("CShwSlideshowBackLightTimer::StartL()");
   138 	TRACER("CShwSlideshowBackLightTimer::StartL()");
   139     GLX_LOG_INFO("CShwSlideshowBackLightTimer::StartL" );
   139     GLX_LOG_INFO("CShwSlideshowBackLightTimer::StartL" );
   140 	iStartTime.HomeTime();
   140 	iStartTime.HomeTime();
   141 	User::ResetInactivityTime();
   141 	User::ResetInactivityTime();
   142     iPeriodic->Cancel(); // in case it actually was running
   142     iPeriodic->Cancel(); // in case it actually was running
   143 	iPeriodic->Start( iSettingsDelay, iSettingsDelay,
   143     iPeriodic->Start(iSettingsDelay, iSettingsDelay,
   144 	    TShwCallBack< CShwSlideshowBackLightTimer, Tick >( this ) );
   144             TShwCallBack<CShwSlideshowBackLightTimer,
       
   145                     &CShwSlideshowBackLightTimer::Tick> (this));
   145 	}
   146 	}
   146 
   147 
   147 // -----------------------------------------------------------------------------
   148 // -----------------------------------------------------------------------------
   148 // CShwSlideshowBackLightTimer::Cancel
   149 // CShwSlideshowBackLightTimer::Cancel
   149 // -----------------------------------------------------------------------------
   150 // -----------------------------------------------------------------------------