mtpfws/mtpfw/dataproviders/devdp/inc/cmtpdevicedpconfigmgr.h
changeset 49 c20dd21d1eb4
parent 0 d0791faffa3f
equal deleted inserted replaced
41:2c19c7cf5550 49:c20dd21d1eb4
    22 #define CMTPDEVICEDPCONFIGMGR_H
    22 #define CMTPDEVICEDPCONFIGMGR_H
    23 
    23 
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include <badesca.h>
    25 #include <badesca.h>
    26 
    26 
    27 #include "mtpdebug.h"
       
    28 #include "mtpdevicedpconst.h"
    27 #include "mtpdevicedpconst.h"
    29 
    28 
    30 class MMTPDataProviderFramework;
    29 class MMTPDataProviderFramework;
    31 
    30 
    32 class CMTPDeviceDpConfigMgr : 
    31 class CMTPDeviceDpConfigMgr : 
   120 	  * from mtpdevicedp_config.rss file
   119 	  * from mtpdevicedp_config.rss file
   121 	  */
   120 	  */
   122 	void  GetDriveInfoL(TInt aDriveNo, TDes& aVolumeName, TDes& aRootDirPath);
   121 	void  GetDriveInfoL(TInt aDriveNo, TDes& aVolumeName, TDes& aRootDirPath);
   123 
   122 
   124 private:
   123 private:
   125 	/**
       
   126     FLOGGER debug trace member variable.
       
   127     */
       
   128     __FLOG_DECLARATION_MEMBER_MUTABLE;
       
   129     
   124     
   130 	MMTPDataProviderFramework& iFramework;
   125 	MMTPDataProviderFramework& iFramework;
   131 	TUint iResourceId;
   126 	TUint iResourceId;
   132 	TUint iEnumItrLength;	
   127 	TUint iEnumItrLength;	
   133 	};
   128 	};