diff -r 3673b591050c -r ef55b168cedb mtpdataproviders/mtpimagedp/inc/cmtpimagedpobjectpropertymgr.h --- a/mtpdataproviders/mtpimagedp/inc/cmtpimagedpobjectpropertymgr.h Wed Apr 14 16:49:36 2010 +0300 +++ b/mtpdataproviders/mtpimagedp/inc/cmtpimagedpobjectpropertymgr.h Tue Apr 27 17:30:23 2010 +0300 @@ -67,11 +67,11 @@ void GetPropertyL(TMTPObjectPropertyCode aProperty, TUint8& aValue); void GetPropertyL(TMTPObjectPropertyCode aProperty, TUint16& aValue); - void GetPropertyL(TMTPObjectPropertyCode aProperty, TUint32& aValue); + void GetPropertyL(TMTPObjectPropertyCode aProperty, TUint32& aValue, TBool alwaysCreate = ETrue); void GetPropertyL(TMTPObjectPropertyCode aProperty, TUint64& aValue); void GetPropertyL(TMTPObjectPropertyCode aProperty, TMTPTypeUint128& aValue); void GetPropertyL(TMTPObjectPropertyCode aProperty, CMTPTypeString& aValue); - void GetPropertyL(TMTPObjectPropertyCode aProperty, CMTPTypeArray& aValue); + void GetPropertyL(TMTPObjectPropertyCode aProperty, CMTPTypeArray& aValue, TBool alwaysCreate = ETrue); //clear the cache void ClearCacheL();