mtpdataproviders/mtpimagedp/src/cmtpimagedpcopyobject.cpp
branchRCL_3
changeset 48 debf68073f2f
parent 43 4a793f564d72
child 58 142dacf7b30e
equal deleted inserted replaced
45:74aa6861c87d 48:debf68073f2f
    43 Verification data for the CopyObject request
    43 Verification data for the CopyObject request
    44 */
    44 */
    45 const TMTPRequestElementInfo KMTPCopyObjectPolicy[] = 
    45 const TMTPRequestElementInfo KMTPCopyObjectPolicy[] = 
    46     {
    46     {
    47         {TMTPTypeRequest::ERequestParameter2, EMTPElementTypeStorageId, EMTPElementAttrWrite, 0, 0, 0},
    47         {TMTPTypeRequest::ERequestParameter2, EMTPElementTypeStorageId, EMTPElementAttrWrite, 0, 0, 0},
    48         {TMTPTypeRequest::ERequestParameter3, EMTPElementTypeObjectHandle, EMTPElementAttrDir | EMTPElementAttrWrite, 1, 0, 0}
    48         {TMTPTypeRequest::ERequestParameter3, EMTPElementTypeObjectHandle, EMTPElementAttrDir, 1, 0, 0}
    49     };
    49     };
    50     
    50     
    51 /**
    51 /**
    52 Two-phase construction method
    52 Two-phase construction method
    53 @param aPlugin	The data provider plugin
    53 @param aPlugin	The data provider plugin