mtpfws/mtpfw/dataproviders/devdp/inc/cmtpgetnumobjects.h
changeset 20 6e82ae192c3a
parent 18 1b39655331a3
child 31 a26669f87b46
equal deleted inserted replaced
18:1b39655331a3 20:6e82ae192c3a
    52 
    52 
    53 private:
    53 private:
    54 
    54 
    55 	TBool IsSupportedFormatL(TUint32 aFormatCode);
    55 	TBool IsSupportedFormatL(TUint32 aFormatCode);
    56 			
    56 			
    57 private:
    57 protected:
    58 	/**
    58 	/**
    59     FLOGGER debug trace member variable.
    59     FLOGGER debug trace member variable.
    60     */
    60     */
    61     __FLOG_DECLARATION_MEMBER_MUTABLE;
    61     __FLOG_DECLARATION_MEMBER_MUTABLE;
    62 
    62 
       
    63     TUint iTimeoutCount;
    63 	RMTPFramework iSingletons;
    64 	RMTPFramework iSingletons;
    64 protected:
       
    65     RMTPDeviceDpSingletons              iDevDpSingletons;
    65     RMTPDeviceDpSingletons              iDevDpSingletons;
    66 	};
    66 	};
    67 	
    67 	
    68 #endif // CMTPGETNUMOBJECTS_H
    68 #endif // CMTPGETNUMOBJECTS_H
    69 
    69