terminalsecurity/SCP/SCPServer/src/SCPLockSettingEventHandler.cpp
branchRCL_3
changeset 61 b183ec05bd8c
parent 14 9e9792ae22e3
child 62 19bba8228ff0
--- a/terminalsecurity/SCP/SCPServer/src/SCPLockSettingEventHandler.cpp	Thu Aug 19 10:44:50 2010 +0300
+++ b/terminalsecurity/SCP/SCPServer/src/SCPLockSettingEventHandler.cpp	Tue Aug 31 16:04:06 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;