mtpfws/mtpfw/inc/cmtpserviceinfo.h
changeset 47 63cf70d3ecd8
parent 0 d0791faffa3f
equal deleted inserted replaced
44:a5deb6b96675 47:63cf70d3ecd8
    28 
    28 
    29 
    29 
    30 #include <mtp/tmtptypeuint128.h>
    30 #include <mtp/tmtptypeuint128.h>
    31 #include <mtp/tmtptypeguid.h>
    31 #include <mtp/tmtptypeguid.h>
    32 
    32 
    33 #include "mtpdebug.h"
       
    34 
       
    35 
       
    36 /** 
    33 /** 
    37 Implements the MTP service configure interface.
    34 Implements the MTP service configure interface.
    38 @internalComponent
    35 @internalComponent
    39  
    36  
    40 */
    37 */
   216         RPointerArray<CServiceProperty>   iServiceProperties;
   213         RPointerArray<CServiceProperty>   iServiceProperties;
   217         RPointerArray<CServiceFormat>      iServiceFormats;
   214         RPointerArray<CServiceFormat>      iServiceFormats;
   218         RPointerArray<CServiceMethod>     iServiceMethods;
   215         RPointerArray<CServiceMethod>     iServiceMethods;
   219         RPointerArray<CServiceEvent>		iServiceEvents;
   216         RPointerArray<CServiceEvent>		iServiceEvents;
   220         RArray<TMTPTypeGuid>     iDataBlock;
   217         RArray<TMTPTypeGuid>     iDataBlock;
   221         /**
       
   222         FLOGGER debug trace member variable.
       
   223         */
       
   224         __FLOG_DECLARATION_MEMBER_MUTABLE;
       
   225 
   218 
   226     };
   219     };
   227 
   220 
   228 
   221 
   229 
   222