mtpdataproviders/mtpimagedp/src/cmtpimagedpmoveobject.cpp
branchRCL_3
changeset 15 f85613f12947
parent 2 4843bb5893b6
equal deleted inserted replaced
13:81da3301b632 15:f85613f12947
    43 Verification data for the MoveObject request
    43 Verification data for the MoveObject request
    44 */    
    44 */    
    45 const TMTPRequestElementInfo KMTPMoveObjectPolicy[] = 
    45 const TMTPRequestElementInfo KMTPMoveObjectPolicy[] = 
    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