mtpfws/mtpfw/inc/cmtpservicemgr.h
changeset 47 63cf70d3ecd8
parent 0 d0791faffa3f
equal deleted inserted replaced
44:a5deb6b96675 47:63cf70d3ecd8
    26 #include <e32cmn.h>
    26 #include <e32cmn.h>
    27 
    27 
    28 
    28 
    29 #include "cmtpserviceinfo.h"
    29 #include "cmtpserviceinfo.h"
    30 #include "rmtpframework.h"
    30 #include "rmtpframework.h"
    31 #include "mtpdebug.h"
       
    32 
    31 
    33 class CMTPServiceConfig;
    32 class CMTPServiceConfig;
    34 
    33 
    35 /** 
    34 /** 
    36 Implements the MTP service manager interface.
    35 Implements the MTP service manager interface.
    96     /**
    95     /**
    97      * Service Config
    96      * Service Config
    98      */
    97      */
    99 	CMTPServiceConfig*	iServiceCfg;
    98 	CMTPServiceConfig*	iServiceCfg;
   100 	
    99 	
   101 	/**
       
   102 	FLOGGER debug trace member variable.
       
   103 	*/
       
   104 	__FLOG_DECLARATION_MEMBER_MUTABLE;    
       
   105     
       
   106 	};
   100 	};
   107 
   101 
   108 #endif /*CMTPSERVICEMGR_H_*/
   102 #endif /*CMTPSERVICEMGR_H_*/