mtpfws/mtpfw/dataproviders/proxydp/src/cmtpsendobjectinfo.cpp
branchRCL_3
changeset 32 f85613f12947
parent 0 d0791faffa3f
child 47 63cf70d3ecd8
equal deleted inserted replaced
27:81da3301b632 32:f85613f12947
    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