sysstatemgmt/systemstatereferenceplugins/custcmd/src/cmddevicesecuritycheck.cpp
branchRCL_3
changeset 75 cce17d67ea66
parent 56 1ddbe54d0645
equal deleted inserted replaced
67:6ff7ee498df1 75:cce17d67ea66
   217             SetActive();
   217             SetActive();
   218             }
   218             }
   219         }
   219         }
   220     else
   220     else
   221         {
   221         {
   222         CompleteClientRequest(iStatus.Int());
   222             DEBUGPRINT2A("iStatus.Int is %d", iStatus.Int());
       
   223             CompleteClientRequest(KErrNone/*iStatus.Int()*/);
   223         }
   224         }
   224     }
   225     }
   225 
   226 
   226 void CCustomCmdDeviceSecurityCheck::LockPhoneToIccRespReceivedL()
   227 void CCustomCmdDeviceSecurityCheck::LockPhoneToIccRespReceivedL()
   227     {
   228     {