mtpfws/mtpfw/dataproviders/devdp/inc/cmtpsetdevicepropvalue.h
changeset 49 c20dd21d1eb4
parent 0 d0791faffa3f
equal deleted inserted replaced
41:2c19c7cf5550 49:c20dd21d1eb4
    20 
    20 
    21 #ifndef CMTPSETDEVICEPROPVALUE_H
    21 #ifndef CMTPSETDEVICEPROPVALUE_H
    22 #define CMTPSETDEVICEPROPVALUE_H
    22 #define CMTPSETDEVICEPROPVALUE_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 /** 
    28 /** 
    30 Implements the device data provider SetDevicePropValue request processor.
    29 Implements the device data provider SetDevicePropValue request processor.
    75     void CompleteServiceFunctionalIDL();
    74     void CompleteServiceFunctionalIDL();
    76     void HandleExtnServiceL(TInt aPropCode, MExtnDevicePropDp* aExtnDevplugin);
    75     void HandleExtnServiceL(TInt aPropCode, MExtnDevicePropDp* aExtnDevplugin);
    77 
    76 
    78 private: // Owned
    77 private: // Owned
    79 
    78 
    80     /**
       
    81     FLOGGER debug trace member variable.
       
    82     */
       
    83     __FLOG_DECLARATION_MEMBER_MUTABLE;
       
    84 
       
    85     CMTPTypeString* iString;
    79     CMTPTypeString* iString;
    86     TMTPTypeUint32 iUint32;	
    80     TMTPTypeUint32 iUint32;	
    87     TMTPTypeUint8 iUint8;	
    81     TMTPTypeUint8 iUint8;	
    88     CMTPTypeArray* iMtparray; 
    82     CMTPTypeArray* iMtparray; 
    89     TMTPTypeGuid* iData;
    83     TMTPTypeGuid* iData;