mtpfws/mtpfw/dataproviders/devdp/inc/cmtpgetnumobjects.h
changeset 49 c20dd21d1eb4
parent 31 a26669f87b46
equal deleted inserted replaced
41:2c19c7cf5550 49:c20dd21d1eb4
    55 
    55 
    56 	TBool IsSupportedFormatL(TUint32 aFormatCode);
    56 	TBool IsSupportedFormatL(TUint32 aFormatCode);
    57     void GetObjectHandlesByFormatCodeL(TUint32 aFormatCode, CMTPTypeArray &aObjectHandles);
    57     void GetObjectHandlesByFormatCodeL(TUint32 aFormatCode, CMTPTypeArray &aObjectHandles);
    58 			
    58 			
    59 protected:
    59 protected:
    60 	/**
    60     
    61     FLOGGER debug trace member variable.
       
    62     */
       
    63     __FLOG_DECLARATION_MEMBER_MUTABLE;
       
    64 
       
    65     TUint iTimeoutCount;
    61     TUint iTimeoutCount;
    66 	RMTPFramework iSingletons;
    62 	RMTPFramework iSingletons;
    67     RMTPDeviceDpSingletons              iDevDpSingletons;
    63     RMTPDeviceDpSingletons              iDevDpSingletons;
    68 	};
    64 	};
    69 	
    65