photosgallery/slideshow/view/src/shwslideshowbacklighttimer.cpp
branchCompilerCompatibility
changeset 16 0bc0ea26031e
parent 9 6b87b143d312
equal deleted inserted replaced
15:d08a2bd7f23a 16:0bc0ea26031e
   137     GLX_LOG_INFO("CShwSlideshowBackLightTimer::StartL" );
   137     GLX_LOG_INFO("CShwSlideshowBackLightTimer::StartL" );
   138 	iStartTime.HomeTime();
   138 	iStartTime.HomeTime();
   139 	User::ResetInactivityTime();
   139 	User::ResetInactivityTime();
   140     iPeriodic->Cancel(); // in case it actually was running
   140     iPeriodic->Cancel(); // in case it actually was running
   141 	iPeriodic->Start( iSettingsDelay, iSettingsDelay,
   141 	iPeriodic->Start( iSettingsDelay, iSettingsDelay,
   142 	    TShwCallBack< CShwSlideshowBackLightTimer, Tick >( this ) );
   142 	    TShwCallBack< CShwSlideshowBackLightTimer, &CShwSlideshowBackLightTimer::Tick >( this ) );
   143 	}
   143 	}
   144 
   144 
   145 // -----------------------------------------------------------------------------
   145 // -----------------------------------------------------------------------------
   146 // CShwSlideshowBackLightTimer::Cancel
   146 // CShwSlideshowBackLightTimer::Cancel
   147 // -----------------------------------------------------------------------------
   147 // -----------------------------------------------------------------------------