mtpfws/mtpfw/dataproviders/devdp/inc/cmtpgetdeviceinfo.h
changeset 47 63cf70d3ecd8
parent 33 883e91c086aa
equal deleted inserted replaced
44:a5deb6b96675 47:63cf70d3ecd8
    20 
    20 
    21 #ifndef CMTPGETDEVICEINFO_H
    21 #ifndef CMTPGETDEVICEINFO_H
    22 #define CMTPGETDEVICEINFO_H
    22 #define CMTPGETDEVICEINFO_H
    23 
    23 
    24 #include "cmtprequestprocessor.h"
    24 #include "cmtprequestprocessor.h"
    25 #include "mtpdebug.h"
       
    26 #include "rmtpdevicedpsingletons.h"
    25 #include "rmtpdevicedpsingletons.h"
    27 #include "rmtpframework.h"
    26 #include "rmtpframework.h"
    28 
    27 
    29 class CMTPTypeDeviceInfo;
    28 class CMTPTypeDeviceInfo;
    30 class CMTPTypeArray;
    29 class CMTPTypeArray;
    67     void RemoveServiceFormat(RArray<TUint>& aSupportedCaptureFormats);
    66     void RemoveServiceFormat(RArray<TUint>& aSupportedCaptureFormats);
    68 
    67 
    69 private: // Owned.
    68 private: // Owned.
    70 
    69 
    71     /**
    70     /**
    72     FLOGGER debug trace member variable.
       
    73     */
       
    74     __FLOG_DECLARATION_MEMBER_MUTABLE;
       
    75     
       
    76     /**
       
    77     The DeviceInfo dataset buffer.
    71     The DeviceInfo dataset buffer.
    78     */
    72     */
    79     CMTPTypeDeviceInfo*     iDeviceInfo;
    73     CMTPTypeDeviceInfo*     iDeviceInfo;
    80     
    74     
    81     /**
    75     /**