mtpdataproviders/mtpimagedp/src/cmtpimagedpgetobjectpropvalue.cpp
changeset 33 883e91c086aa
parent 20 6e82ae192c3a
child 47 63cf70d3ecd8
child 48 debf68073f2f
equal deleted inserted replaced
28:85e0c0339cc3 33:883e91c086aa
   312     SendDataL(iMTPTypeUint16);
   312     SendDataL(iMTPTypeUint16);
   313     }
   313     }
   314 
   314 
   315 void CMTPImageDpGetObjectPropValue::ServiceRepresentativeSampleSizeL()
   315 void CMTPImageDpGetObjectPropValue::ServiceRepresentativeSampleSizeL()
   316     {
   316     {
   317     TUint32 representativeSampleSize;
   317     TUint32 representativeSampleSize(0);
   318     iObjectPropertyMgr.GetPropertyL(EMTPObjectPropCodeRepresentativeSampleSize, representativeSampleSize, EFalse);
   318     iObjectPropertyMgr.GetPropertyL(EMTPObjectPropCodeRepresentativeSampleSize, representativeSampleSize, EFalse);
   319     iMTPTypeUint32.Set(representativeSampleSize);
   319     iMTPTypeUint32.Set(representativeSampleSize);
   320     
   320     
   321     SendDataL(iMTPTypeUint32);
   321     SendDataL(iMTPTypeUint32);
   322     }
   322     }