mtpfws/mtpfw/dataproviders/proxydp/src/cmtpsendobjectinfo.cpp
changeset 29 3ae5cb0b4c02
parent 0 d0791faffa3f
child 47 63cf70d3ecd8
equal deleted inserted replaced
20:6e82ae192c3a 29:3ae5cb0b4c02
    33 Verification data for the SendObjectInfo request
    33 Verification data for the SendObjectInfo request
    34 */
    34 */
    35 const TMTPRequestElementInfo KMTPSendObjectInfoPolicy[] =
    35 const TMTPRequestElementInfo KMTPSendObjectInfoPolicy[] =
    36     {
    36     {
    37         {TMTPTypeRequest::ERequestParameter1, EMTPElementTypeStorageId, EMTPElementAttrWrite, 1, 0, 0},
    37         {TMTPTypeRequest::ERequestParameter1, EMTPElementTypeStorageId, EMTPElementAttrWrite, 1, 0, 0},
    38         {TMTPTypeRequest::ERequestParameter2, EMTPElementTypeObjectHandle, EMTPElementAttrDir | EMTPElementAttrWrite, 2, KMTPHandleAll, KMTPHandleNone}
    38         {TMTPTypeRequest::ERequestParameter2, EMTPElementTypeObjectHandle, EMTPElementAttrDir, 2, KMTPHandleAll, KMTPHandleNone}
    39     };
    39     };
    40 
    40 
    41 /**
    41 /**
    42 Two-phase construction method
    42 Two-phase construction method
    43 @param aFramework    The data provider framework
    43 @param aFramework    The data provider framework