mtpfws/mtpfw/dataproviders/dputility/inc/cmtpsvcgetstorageinfo.h
changeset 47 63cf70d3ecd8
parent 0 d0791faffa3f
equal deleted inserted replaced
44:a5deb6b96675 47:63cf70d3ecd8
    20 
    20 
    21 #ifndef __CMTPSVCGETSTORAGEINFO_H__
    21 #ifndef __CMTPSVCGETSTORAGEINFO_H__
    22 #define __CMTPSVCGETSTORAGEINFO_H__
    22 #define __CMTPSVCGETSTORAGEINFO_H__
    23 
    23 
    24 #include "cmtprequestprocessor.h"
    24 #include "cmtprequestprocessor.h"
    25 #include "mtpdebug.h"
       
    26 
    25 
    27 class MMTPServiceDataProvider;
    26 class MMTPServiceDataProvider;
    28 class CMTPTypeStorageInfo;
    27 class CMTPTypeStorageInfo;
    29 
    28 
    30 /** 
    29 /** 
    57 	void SetFreeSpaceInBytesL();
    56 	void SetFreeSpaceInBytesL();
    58 
    57 
    59 private:
    58 private:
    60 	CMTPTypeStorageInfo*         iStorageInfo;
    59 	CMTPTypeStorageInfo*         iStorageInfo;
    61 	MMTPServiceDataProvider&     iDataProvider;
    60 	MMTPServiceDataProvider&     iDataProvider;
    62 	/**
       
    63 	FLOGGER debug trace member variable.
       
    64 	*/
       
    65 	__FLOG_DECLARATION_MEMBER_MUTABLE;
       
    66 	};
    61 	};
    67 
    62 
    68 #endif // __CMTPSVCGETSTORAGEINFO_H__
    63 #endif // __CMTPSVCGETSTORAGEINFO_H__