mtpdataproviders/mtpimagedp/src/cmtpimagedpgetobjectpropvalue.cpp
branchRCL_3
changeset 6 ef55b168cedb
parent 2 4843bb5893b6
child 12 523717cdb0ad
equal deleted inserted replaced
5:3673b591050c 6:ef55b168cedb
   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()