diff -r 19fb38abab1d -r bf47f3b79154 terminalsecurity/SCP/SCPServer/src/SCPLockSettingEventHandler.cpp --- a/terminalsecurity/SCP/SCPServer/src/SCPLockSettingEventHandler.cpp Fri Apr 16 15:52:47 2010 +0300 +++ b/terminalsecurity/SCP/SCPServer/src/SCPLockSettingEventHandler.cpp Mon May 03 13:19:46 2010 +0300 @@ -390,21 +390,18 @@ if ( ( startFinalPhase ) && ( iAutolock ) ) { - Dprint( (_L("--> CSCPLockSettingEventHandler::RunL-startFinalPhase") )); // Autolock activation/deactivation was requested TRAPD( err, SetAutolockStateL( iState ) ); if ( err != KErrNone ) { // If the call failed, send the result as the message status - Dprint( (_L("--> CSCPLockSettingEventHandler::RunL-err!=Kerrnone") )); iMessageStatus = err; } else if ( !iState ) { // Inform the session-class that an unlock-message has been sent // (the server won't respond to Autolock until the handler finishes) - Dprint( (_L("--> CSCPLockSettingEventHandler::RunL-!iState") )); iSession->LockOperationPending( ESCPCommandUnlockPhone, &iStatus ); iUnlockSent = ETrue; finalCall = EFalse;