mtpdataproviders/mtpimagedp/src/cmtpimagedpgetobjectpropvalue.cpp
changeset 20 6e82ae192c3a
parent 17 aabe5387f5ce
child 24 523717cdb0ad
equal deleted inserted replaced
18:1b39655331a3 20:6e82ae192c3a
   313     }
   313     }
   314 
   314 
   315 void CMTPImageDpGetObjectPropValue::ServiceRepresentativeSampleSizeL()
   315 void CMTPImageDpGetObjectPropValue::ServiceRepresentativeSampleSizeL()
   316     {
   316     {
   317     TUint32 representativeSampleSize;
   317     TUint32 representativeSampleSize;
   318     iObjectPropertyMgr.GetPropertyL(EMTPObjectPropCodeRepresentativeSampleSize, representativeSampleSize);
   318     iObjectPropertyMgr.GetPropertyL(EMTPObjectPropCodeRepresentativeSampleSize, representativeSampleSize, EFalse);
   319     iMTPTypeUint32.Set(representativeSampleSize);
   319     iMTPTypeUint32.Set(representativeSampleSize);
   320     
   320     
   321     SendDataL(iMTPTypeUint32);
   321     SendDataL(iMTPTypeUint32);
   322     }
   322     }
   323 
   323 
   339     SendDataL(iMTPTypeUint32);
   339     SendDataL(iMTPTypeUint32);
   340     }
   340     }
   341 
   341 
   342 void CMTPImageDpGetObjectPropValue::ServiceRepresentativeSampleDataL()
   342 void CMTPImageDpGetObjectPropValue::ServiceRepresentativeSampleDataL()
   343     {
   343     {
   344     iObjectPropertyMgr.GetPropertyL(EMTPObjectPropCodeRepresentativeSampleData, *iMTPTypeArray);
   344     iObjectPropertyMgr.GetPropertyL(EMTPObjectPropCodeRepresentativeSampleData, *iMTPTypeArray, EFalse);
   345     
   345     
   346     SendDataL(*iMTPTypeArray);
   346     SendDataL(*iMTPTypeArray);
   347     }
   347     }
   348 
   348 
   349 void CMTPImageDpGetObjectPropValue::ServiceNonConsumableL()
   349 void CMTPImageDpGetObjectPropValue::ServiceNonConsumableL()