diff -r 3673b591050c -r ef55b168cedb mtpdataproviders/mtpimagedp/src/cmtpimagedpgetobjectpropvalue.cpp --- a/mtpdataproviders/mtpimagedp/src/cmtpimagedpgetobjectpropvalue.cpp Wed Apr 14 16:49:36 2010 +0300 +++ b/mtpdataproviders/mtpimagedp/src/cmtpimagedpgetobjectpropvalue.cpp Tue Apr 27 17:30:23 2010 +0300 @@ -315,7 +315,7 @@ void CMTPImageDpGetObjectPropValue::ServiceRepresentativeSampleSizeL() { TUint32 representativeSampleSize; - iObjectPropertyMgr.GetPropertyL(EMTPObjectPropCodeRepresentativeSampleSize, representativeSampleSize); + iObjectPropertyMgr.GetPropertyL(EMTPObjectPropCodeRepresentativeSampleSize, representativeSampleSize, EFalse); iMTPTypeUint32.Set(representativeSampleSize); SendDataL(iMTPTypeUint32); @@ -341,7 +341,7 @@ void CMTPImageDpGetObjectPropValue::ServiceRepresentativeSampleDataL() { - iObjectPropertyMgr.GetPropertyL(EMTPObjectPropCodeRepresentativeSampleData, *iMTPTypeArray); + iObjectPropertyMgr.GetPropertyL(EMTPObjectPropCodeRepresentativeSampleData, *iMTPTypeArray, EFalse); SendDataL(*iMTPTypeArray); }