mtpdataproviders/mtpimagedp/inc/cmtpimagedpobjectpropertymgr.h
branchRCL_3
changeset 19 ef55b168cedb
parent 12 8b094906a049
child 29 3ae5cb0b4c02
--- 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();