mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/csetobjectpropvalue.h
changeset 25 d881023c13eb
parent 0 a2952bb97e68
equal deleted inserted replaced
21:a05c44bc3c61 25:d881023c13eb
    28 class TMTPTypeUint16;
    28 class TMTPTypeUint16;
    29 class TMTPTypeUint32;
    29 class TMTPTypeUint32;
    30 class CMTPObjectMetaData;
    30 class CMTPObjectMetaData;
    31 class MMTPObjectMgr;
    31 class MMTPObjectMgr;
    32 class MMmMtpDpConfig;
    32 class MMmMtpDpConfig;
       
    33 class RFs;
    33 
    34 
    34 /**
    35 /**
    35 * Defines SetObjectPropValue request processor for common
    36 * Defines SetObjectPropValue request processor for common
    36 */
    37 */
    37 class CSetObjectPropValue : public CRequestProcessor
    38 class CSetObjectPropValue : public CRequestProcessor
   125     TMTPTypeUint16 iMTPTypeUint16;
   126     TMTPTypeUint16 iMTPTypeUint16;
   126     TMTPTypeUint32 iMTPTypeUint32;
   127     TMTPTypeUint32 iMTPTypeUint32;
   127     CMTPObjectMetaData* iObjectInfo;
   128     CMTPObjectMetaData* iObjectInfo;
   128     MMTPObjectMgr& iObjectMgr;
   129     MMTPObjectMgr& iObjectMgr;
   129     MMmMtpDpConfig& iDpConfig;
   130     MMmMtpDpConfig& iDpConfig;
       
   131     RFs& iFs;
   130 
   132 
   131     };
   133     };
   132 
   134 
   133 #endif // CSETOBJECTPROPVALUE_H
   135 #endif // CSETOBJECTPROPVALUE_H