mtpfws/mtpfw/dataproviders/devdp/inc/cmtpgetnumobjects.h
changeset 47 63cf70d3ecd8
parent 38 48c22c726cf9
equal deleted inserted replaced
44:a5deb6b96675 47:63cf70d3ecd8
    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