mtpdataproviders/mtpimagedp/src/cmtpimagedpcopyobject.cpp
branchRCL_3
changeset 20 4a793f564d72
parent 19 0aa8cc770c8a
equal deleted inserted replaced
19:0aa8cc770c8a 20:4a793f564d72
    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, 1, 0, 0}
    48         {TMTPTypeRequest::ERequestParameter3, EMTPElementTypeObjectHandle, EMTPElementAttrDir | EMTPElementAttrWrite, 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