cbsatplugin/atmisccmdplugin/src/clckcommandhandler.cpp
branchRCL_3
changeset 54 0ba996a9b75d
parent 35 95674584745d
child 67 16e4b9007960
child 72 4b59561a31c0
equal deleted inserted replaced
53:eede1356aa52 54:0ba996a9b75d
   717                 TRACE_FUNC_EXIT
   717                 TRACE_FUNC_EXIT
   718                 return KErrArgument;
   718                 return KErrArgument;
   719                 }
   719                 }
   720             break;
   720             break;
   721             }
   721             }
   722         default:
       
   723             {
       
   724             TRACE_FUNC_EXIT
       
   725             return KErrArgument;
       
   726             }
       
   727         }
   722         }
   728     
   723     
   729     // if phone password is required it needs to be hashed before verification
   724     // if phone password is required it needs to be hashed before verification
   730     if (iSecurityCode == RMobilePhone::ESecurityCodePhonePassword 
   725     if (iSecurityCode == RMobilePhone::ESecurityCodePhonePassword 
   731                     && iCLCKCommandType == ECLCKLockSet)
   726                     && iCLCKCommandType == ECLCKLockSet)