mtpfws/mtpfw/dataproviders/dputility/src/cmtpsetobjectprotection.cpp
branchRCL_3
changeset 32 f85613f12947
parent 19 ef55b168cedb
equal deleted inserted replaced
27:81da3301b632 32:f85613f12947
    33 /**
    33 /**
    34 Verification data for the SetObjectPropValue request
    34 Verification data for the SetObjectPropValue request
    35 */
    35 */
    36 const TMTPRequestElementInfo KMTPSetObjectProtectionPolicy[] = 
    36 const TMTPRequestElementInfo KMTPSetObjectProtectionPolicy[] = 
    37     {
    37     {
       
    38         //This policy does not taks effect, see CheckRequestL
    38         {TMTPTypeRequest::ERequestParameter1, EMTPElementTypeObjectHandle, EMTPElementAttrWrite, 0, 0, 0},      
    39         {TMTPTypeRequest::ERequestParameter1, EMTPElementTypeObjectHandle, EMTPElementAttrWrite, 0, 0, 0},      
    39      };
    40      };
    40 
    41 
    41 const TInt KRetryTimes = 10;
    42 const TInt KRetryTimes = 10;
    42 const TInt KRetryInterval = 150 * 1000; //150ms
    43 const TInt KRetryInterval = 150 * 1000; //150ms