mtpfws/mtpfw/dataproviders/proxydp/src/cmtpdeleteobject.cpp
branchRCL_3
changeset 12 8b094906a049
parent 11 4843bb5893b6
child 19 ef55b168cedb
equal deleted inserted replaced
11:4843bb5893b6 12:8b094906a049
   162         ++iDeletedObjectsNumber;
   162         ++iDeletedObjectsNumber;
   163         }
   163         }
   164     //if object is write-protected or assocation object is not empty, we continue to schedule the AO to delete the 
   164     //if object is write-protected or assocation object is not empty, we continue to schedule the AO to delete the 
   165     //following objects. If it is not the 2 cases, just schedule with KErrGeneral so that we can sendresponse directly 
   165     //following objects. If it is not the 2 cases, just schedule with KErrGeneral so that we can sendresponse directly 
   166     //in RunL
   166     //in RunL
   167     else if (responseCode != EMTPRespCodeObjectWriteProtected && responseCode != EMTPRespCodeAccessDenied)
   167     else if (responseCode != EMTPRespCodeObjectWriteProtected && responseCode != EMTPRespCodeAccessDenied && responseCode != EMTPRespCodeStoreReadOnly)
   168         {
   168         {
   169         err = KErrGeneral;
   169         err = KErrGeneral;
   170         }
   170         }
   171     
   171     
   172     ++iCurrentHandle;
   172     ++iCurrentHandle;