mtpfws/mtpfw/src/cmtpdataprovider.cpp
branchRCL_3
changeset 1 f8e15b44d440
parent 0 d0791faffa3f
child 2 4843bb5893b6
equal deleted inserted replaced
0:d0791faffa3f 1:f8e15b44d440
   556         default:
   556         default:
   557             break;                
   557             break;                
   558             }
   558             }
   559         }
   559         }
   560     
   560     
   561 		else if (iSingletons.DpController().EnumerateState() != CMTPDataProviderController::EEnumerated)
   561 		else if (iSingletons.DpController().EnumerateState() < CMTPDataProviderController::EEnumeratingPhaseOneDone)
   562     	{
   562     	{
   563         __FLOG(_L8("DP Enumeration is not complete"));
   563         __FLOG(_L8("DP Enumeration is not complete"));
   564 
   564 
   565         TUint16 opCode = iCurrentRequest->Uint16(TMTPTypeRequest::ERequestOperationCode);
   565         TUint16 opCode = iCurrentRequest->Uint16(TMTPTypeRequest::ERequestOperationCode);
   566 
   566