mtpdataproviders/mtpimagedp/inc/cmtpimagedpgetobjectpropvalue.h
changeset 49 c20dd21d1eb4
parent 17 aabe5387f5ce
equal deleted inserted replaced
41:2c19c7cf5550 49:c20dd21d1eb4
    71     void ServiceRepresentativeSampleSizeL();
    71     void ServiceRepresentativeSampleSizeL();
    72     void ServiceRepresentativeSampleHeightL();
    72     void ServiceRepresentativeSampleHeightL();
    73     void ServiceRepresentativeSampleWidthL();
    73     void ServiceRepresentativeSampleWidthL();
    74     void ServiceRepresentativeSampleDataL();
    74     void ServiceRepresentativeSampleDataL();
    75     void ServiceNonConsumableL();
    75     void ServiceNonConsumableL();
       
    76     void ServiceHiddenL();
    76 
    77 
    77 private:
    78 private:
    78     CMTPImageDpObjectPropertyMgr&	iObjectPropertyMgr;
    79     CMTPImageDpObjectPropertyMgr&	iObjectPropertyMgr;
    79     TMTPTypeUint8			iMTPTypeUint8;
    80     TMTPTypeUint8			iMTPTypeUint8;
    80     TMTPTypeUint16			iMTPTypeUint16;
    81     TMTPTypeUint16			iMTPTypeUint16;
    82     TMTPTypeUint64			iMTPTypeUint64;
    83     TMTPTypeUint64			iMTPTypeUint64;
    83     TMTPTypeUint128			iMTPTypeUint128;
    84     TMTPTypeUint128			iMTPTypeUint128;
    84     CMTPTypeString*			iMTPTypeString;
    85     CMTPTypeString*			iMTPTypeString;
    85     CMTPTypeArray*          iMTPTypeArray;
    86     CMTPTypeArray*          iMTPTypeArray;
    86     CMTPObjectMetaData*     iObjectMeta;
    87     CMTPObjectMetaData*     iObjectMeta;
    87     
    88 
    88     /**
       
    89     FLOGGER debug trace member variable.
       
    90     */
       
    91     __FLOG_DECLARATION_MEMBER_MUTABLE;    
       
    92     };
    89     };
    93     
    90     
    94 #endif  //CMTPIMAGEDPGETOBJECTPROPVALUE_H
    91 #endif  //CMTPIMAGEDPGETOBJECTPROPVALUE_H
    95 
    92