mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/cpropertysettingutility.cpp
branchRCL_3
changeset 17 780c925249c1
parent 14 05b0d2323768
equal deleted inserted replaced
15:d240f0a77280 17:780c925249c1
    49     MMTPType& aNewData,
    49     MMTPType& aNewData,
    50     const CMTPObjectMetaData& aObjectMetaData )
    50     const CMTPObjectMetaData& aObjectMetaData )
    51     {
    51     {
    52     TMTPResponseCode responseCode = EMTPRespCodeOK;
    52     TMTPResponseCode responseCode = EMTPRespCodeOK;
    53     TRAPD( err, aDpConfig.GetWrapperL().SetObjectMetadataValueL( aPropCode,
    53     TRAPD( err, aDpConfig.GetWrapperL().SetObjectMetadataValueL( aPropCode,
    54             aNewData,
    54         aNewData,
    55             aObjectMetaData ) );
    55         aObjectMetaData ) );
    56 
    56 
    57     PRINT1( _L("MM MTP <> CPropertySettingUtility::SetMetaDataToWrapper err = %d"), err);
    57     PRINT1( _L("MM MTP <> CPropertySettingUtility::SetMetaDataToWrapper err = %d"), err);
    58 
    58 
    59     if ( err == KErrNone )
    59     if ( err == KErrNone )
    60         responseCode = EMTPRespCodeOK;
    60         responseCode = EMTPRespCodeOK;