mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/inc/cpropertysettingutility.h
branchRCL_3
changeset 14 05b0d2323768
parent 9 bee149131e4b
equal deleted inserted replaced
9:bee149131e4b 14:05b0d2323768
    42     *    aObjectMetaData
    42     *    aObjectMetaData
    43     * @param aObjectMetaData, owner of the property which should be
    43     * @param aObjectMetaData, owner of the property which should be
    44     *    inserted or updated into database
    44     *    inserted or updated into database
    45     * @return response code
    45     * @return response code
    46     */
    46     */
    47     IMPORT_C TMTPResponseCode SetMetaDataToWrapperL( MMmMtpDpConfig& aDpConfig,
    47     IMPORT_C TMTPResponseCode SetMetaDataToWrapper( MMmMtpDpConfig& aDpConfig,
    48         const TUint16 aPropCode,
    48         const TUint16 aPropCode,
    49         MMTPType& aNewData,
    49         MMTPType& aNewData,
    50         const CMTPObjectMetaData& aObjectMetaData );
    50         const CMTPObjectMetaData& aObjectMetaData );
    51 
    51 
    52     /**
    52     /**