mtpdataproviders/mtpimagedp/inc/cmtpimagedpgetobjectpropvalue.h
changeset 17 aabe5387f5ce
parent 0 d0791faffa3f
child 47 63cf70d3ecd8
child 48 debf68073f2f
--- a/mtpdataproviders/mtpimagedp/inc/cmtpimagedpgetobjectpropvalue.h	Tue Feb 02 01:11:40 2010 +0200
+++ b/mtpdataproviders/mtpimagedp/inc/cmtpimagedpgetobjectpropvalue.h	Fri Mar 19 09:40:39 2010 +0200
@@ -30,6 +30,7 @@
 class TMTPTypeUint64;
 class TMTPTypeUint128;
 class CMTPTypeString;
+class CMTPTypeArray;
 class CMTPImageDataProvider;
 
 
@@ -70,6 +71,7 @@
     void ServiceRepresentativeSampleSizeL();
     void ServiceRepresentativeSampleHeightL();
     void ServiceRepresentativeSampleWidthL();
+    void ServiceRepresentativeSampleDataL();
     void ServiceNonConsumableL();
 
 private:
@@ -80,6 +82,7 @@
     TMTPTypeUint64			iMTPTypeUint64;
     TMTPTypeUint128			iMTPTypeUint128;
     CMTPTypeString*			iMTPTypeString;
+    CMTPTypeArray*          iMTPTypeArray;
     CMTPObjectMetaData*     iObjectMeta;
     
     /**