mtpfws/mtpfw/dataproviders/devdp/inc/cmtpgetstorageinfo.h
changeset 49 c20dd21d1eb4
parent 29 3ae5cb0b4c02
equal deleted inserted replaced
41:2c19c7cf5550 49:c20dd21d1eb4
    23 
    23 
    24 #include <f32file.h>
    24 #include <f32file.h>
    25 
    25 
    26 #include "cmtprequestprocessor.h"
    26 #include "cmtprequestprocessor.h"
    27 #include "rmtpframework.h"
    27 #include "rmtpframework.h"
    28 #include "mtpdebug.h"
       
    29 
    28 
    30 //forward declaration
    29 //forward declaration
    31 class CMTPTypeStorageInfo;
    30 class CMTPTypeStorageInfo;
    32 
    31 
    33 //Default drive name used when failed to read drive name from
    32 //Default drive name used when failed to read drive name from
    74 	void SetStorageDescriptionL();
    73 	void SetStorageDescriptionL();
    75 	void SetVolumeIdentifierL();
    74 	void SetVolumeIdentifierL();
    76 	void SetupDriveVolumeInfoL();	
    75 	void SetupDriveVolumeInfoL();	
    77 		
    76 		
    78 private:
    77 private:
    79 	/**
    78 
    80     FLOGGER debug trace member variable.
       
    81     */
       
    82     __FLOG_DECLARATION_MEMBER_MUTABLE;
       
    83     
       
    84 	CMTPTypeStorageInfo*		iStorageInfo;
    79 	CMTPTypeStorageInfo*		iStorageInfo;
    85 	TDriveInfo					iDriveInfo;
    80 	TDriveInfo					iDriveInfo;
    86 	TVolumeInfo 				iVolumeInfo;
    81 	TVolumeInfo 				iVolumeInfo;
    87 	RMTPFramework               iSingletons;
    82 	RMTPFramework               iSingletons;
    88 	TBool						iIsCDrive;
    83 	TBool						iIsCDrive;