mtpdataproviders/mtppictbridgedp/src/cmtppictbridgedpsendobjectinfo.cpp
changeset 33 883e91c086aa
parent 18 1b39655331a3
child 35 c4c427c00f31
equal deleted inserted replaced
28:85e0c0339cc3 33:883e91c086aa
    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