mtpfws/mtpfw/dataproviders/devdp/inc/cmtpgetnumobjects.h
branchRCL_3
changeset 4 60a94a45d437
parent 3 8b094906a049
child 18 453dfc402455
equal deleted inserted replaced
3:8b094906a049 4:60a94a45d437
    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