mtpdataproviders/mtppictbridgedp/src/cmtppictbridgedpsendobjectinfo.cpp
branchRCL_3
changeset 15 f85613f12947
parent 4 60a94a45d437
child 18 453dfc402455
equal deleted inserted replaced
13:81da3301b632 15:f85613f12947
    40 Verification data for the SendObjectInfo request
    40 Verification data for the SendObjectInfo request
    41 */
    41 */
    42 const TMTPRequestElementInfo KMTPSendObjectInfoPolicy[] = 
    42 const TMTPRequestElementInfo KMTPSendObjectInfoPolicy[] = 
    43     {
    43     {
    44     {TMTPTypeRequest::ERequestParameter1, EMTPElementTypeStorageId, EMTPElementAttrWrite, 1, 0, 0},                
    44     {TMTPTypeRequest::ERequestParameter1, EMTPElementTypeStorageId, EMTPElementAttrWrite, 1, 0, 0},                
    45     {TMTPTypeRequest::ERequestParameter2, EMTPElementTypeObjectHandle, EMTPElementAttrWrite, 2, KMTPHandleAll, KMTPHandleNone}
    45     {TMTPTypeRequest::ERequestParameter2, EMTPElementTypeObjectHandle, EMTPElementAttrDir, 2, KMTPHandleAll, KMTPHandleNone}
    46     };
    46     };
    47 
    47 
    48 
    48 
    49 /**
    49 /**
    50 Two-phase construction method
    50 Two-phase construction method