mtpfws/mtpfw/dataproviders/proxydp/src/cmtpsendobjectproplist.cpp
branchRCL_3
changeset 15 f85613f12947
parent 0 d0791faffa3f
equal deleted inserted replaced
13:81da3301b632 15:f85613f12947
    30 Verification data for the SendObjectPropList request
    30 Verification data for the SendObjectPropList request
    31 */
    31 */
    32 const TMTPRequestElementInfo KMTPSendObjectPropListPolicy[] = 
    32 const TMTPRequestElementInfo KMTPSendObjectPropListPolicy[] = 
    33     {
    33     {
    34         {TMTPTypeRequest::ERequestParameter1, EMTPElementTypeStorageId, EMTPElementAttrWrite, 1, 0, 0}, 
    34         {TMTPTypeRequest::ERequestParameter1, EMTPElementTypeStorageId, EMTPElementAttrWrite, 1, 0, 0}, 
    35         {TMTPTypeRequest::ERequestParameter2, EMTPElementTypeObjectHandle, (EMTPElementAttrDir | EMTPElementAttrWrite), 2, KMTPHandleAll, KMTPHandleNone}
    35         {TMTPTypeRequest::ERequestParameter2, EMTPElementTypeObjectHandle, EMTPElementAttrDir, 2, KMTPHandleAll, KMTPHandleNone}
    36     };
    36     };
    37 
    37 
    38 /**
    38 /**
    39 Two-phase construction method
    39 Two-phase construction method
    40 @param aFramework    The data provider framework
    40 @param aFramework    The data provider framework