mtpdataproviders/mtpimagedp/src/cmtpimagedpcopyobject.cpp
changeset 33 883e91c086aa
parent 17 aabe5387f5ce
child 31 a26669f87b46
equal deleted inserted replaced
28:85e0c0339cc3 33:883e91c086aa
    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