mtpfws/mtpfw/dataproviders/devdp/inc/cmtpresetdevicepropvalue.h
changeset 49 c20dd21d1eb4
parent 0 d0791faffa3f
equal deleted inserted replaced
41:2c19c7cf5550 49:c20dd21d1eb4
    20 
    20 
    21 #ifndef CMTPRESETDEVICEPROPVALUE_H
    21 #ifndef CMTPRESETDEVICEPROPVALUE_H
    22 #define CMTPRESETDEVICEPROPVALUE_H
    22 #define CMTPRESETDEVICEPROPVALUE_H
    23 
    23 
    24 #include "cmtpgetdevicepropdesc.h"
    24 #include "cmtpgetdevicepropdesc.h"
    25 #include "mtpdebug.h"
       
    26 
    25 
    27 class CMTPTypeString;
    26 class CMTPTypeString;
    28 /** 
    27 /** 
    29 Implements the device data provider SetDevicePropValue request processor.
    28 Implements the device data provider SetDevicePropValue request processor.
    30 @internalComponent
    29 @internalComponent
    66     TMTPTypeGuid* GetGUIDL( const TUint aKey);
    65     TMTPTypeGuid* GetGUIDL( const TUint aKey);
    67     void SaveGUID( const TUint aKey, TMTPTypeGuid& aValue );
    66     void SaveGUID( const TUint aKey, TMTPTypeGuid& aValue );
    68 
    67 
    69 private: // Owned
    68 private: // Owned
    70 
    69 
    71     /**
       
    72     FLOGGER debug trace member variable.
       
    73     */
       
    74     __FLOG_DECLARATION_MEMBER_MUTABLE;
       
    75 
       
    76 //    CMTPTypeString* iString;
    70 //    CMTPTypeString* iString;
    77     TUint32                 iPropCode;
    71     TUint32                 iPropCode;
    78     TMTPTypeGuid*           iData;
    72     TMTPTypeGuid*           iData;
    79     RMTPDeviceDpSingletons  iDpSingletons;  
    73     RMTPDeviceDpSingletons  iDpSingletons;  
    80     CRepository*            iRepository;
    74     CRepository*            iRepository;