mtpfws/mtpfw/inc/cmtpserviceconfig.h
changeset 47 63cf70d3ecd8
parent 0 d0791faffa3f
equal deleted inserted replaced
44:a5deb6b96675 47:63cf70d3ecd8
    28 #include <e32cmn.h>
    28 #include <e32cmn.h>
    29 
    29 
    30 #include <mtp/tmtptypeuint128.h>
    30 #include <mtp/tmtptypeuint128.h>
    31 #include <mtp/tmtptypeguid.h>
    31 #include <mtp/tmtptypeguid.h>
    32 #include "cmtpserviceinfo.h"
    32 #include "cmtpserviceinfo.h"
    33 
       
    34 #include "mtpdebug.h"
       
    35 
    33 
    36 class TResourceReader;
    34 class TResourceReader;
    37 
    35 
    38 
    36 
    39 class CMTPServiceConfig : public CBase
    37 class CMTPServiceConfig : public CBase
    81     void StartReadServiceDataBlockL(  RResourceFile& aResFile, const TUint aResID, CMTPServiceInfo& aServiceInfo );
    79     void StartReadServiceDataBlockL(  RResourceFile& aResFile, const TUint aResID, CMTPServiceInfo& aServiceInfo );
    82     
    80     
    83     TMTPTypeGuid ReadGUID( TResourceReader& aReader );
    81     TMTPTypeGuid ReadGUID( TResourceReader& aReader );
    84     
    82     
    85 private:
    83 private:
    86 
       
    87     /**
       
    88     FLOGGER debug trace member variable.
       
    89     */
       
    90     __FLOG_DECLARATION_MEMBER_MUTABLE;
       
    91     
       
    92     
    84     
    93     RFs&                             iRFs;
    85     RFs&                             iRFs;
    94     
    86     
    95     /**
    87     /**
    96      * service info store after loaded.
    88      * service info store after loaded.