cbsatplugin/atmisccmdplugin/src/clckcommandhandler.cpp
branchRCL_3
changeset 72 4b59561a31c0
parent 54 0ba996a9b75d
equal deleted inserted replaced
64:1934667b0e2b 72:4b59561a31c0
   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             }
   722         }
   727         }
   723     
   728     
   724     // if phone password is required it needs to be hashed before verification
   729     // if phone password is required it needs to be hashed before verification
   725     if (iSecurityCode == RMobilePhone::ESecurityCodePhonePassword 
   730     if (iSecurityCode == RMobilePhone::ESecurityCodePhonePassword 
   726                     && iCLCKCommandType == ECLCKLockSet)
   731                     && iCLCKCommandType == ECLCKLockSet)