securitydialogs/Autolock/src/AutoLockModel.cpp
branchRCL_3
changeset 11 9971b621ef6c
parent 8 ece4bbb094df
child 13 53af9c3d61e4
equal deleted inserted replaced
10:bbcfd14ce6a7 11:9971b621ef6c
   397     // app to foreground
   397     // app to foreground
   398     iAppUi->BringAppToForegroundL();
   398     iAppUi->BringAppToForegroundL();
   399          // Reset inactivity time so that Screensaver gets to
   399          // Reset inactivity time so that Screensaver gets to
   400         // run again after its timeout. We'll ignore the new
   400         // run again after its timeout. We'll ignore the new
   401         // inactivity timeout, if already locked
   401         // inactivity timeout, if already locked
   402         RDebug::Printf( "%s %s (%u) CR 428-469 avoid User::ResetInactivityTime=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, 0 );
   402         // RDebug::Printf( "%s %s (%u) CR 428-469 avoid User::ResetInactivityTime=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, 0 );
   403         // User::ResetInactivityTime();
   403         // User::ResetInactivityTime();
   404     }
   404     }
   405     #if defined(_DEBUG)
   405     #if defined(_DEBUG)
   406     RDebug::Print(_L("(AUTOLOCK)CAutoLockModel::LockSystemL() END"));
   406     RDebug::Print(_L("(AUTOLOCK)CAutoLockModel::LockSystemL() END"));
   407     #endif
   407     #endif