--- a/mtpdataproviders/mtpimagedp/inc/cmtpimagedpgetobjectpropvalue.h Fri Feb 19 23:40:44 2010 +0200
+++ b/mtpdataproviders/mtpimagedp/inc/cmtpimagedpgetobjectpropvalue.h Fri Mar 12 15:46:41 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;
/**