equal
deleted
inserted
replaced
43 Verification data for the CopyObject request |
43 Verification data for the CopyObject request |
44 */ |
44 */ |
45 const TMTPRequestElementInfo KMTPCopyObjectPolicy[] = |
45 const TMTPRequestElementInfo KMTPCopyObjectPolicy[] = |
46 { |
46 { |
47 {TMTPTypeRequest::ERequestParameter2, EMTPElementTypeStorageId, EMTPElementAttrWrite, 0, 0, 0}, |
47 {TMTPTypeRequest::ERequestParameter2, EMTPElementTypeStorageId, EMTPElementAttrWrite, 0, 0, 0}, |
48 {TMTPTypeRequest::ERequestParameter3, EMTPElementTypeObjectHandle, EMTPElementAttrDir | EMTPElementAttrWrite, 1, 0, 0} |
48 {TMTPTypeRequest::ERequestParameter3, EMTPElementTypeObjectHandle, EMTPElementAttrDir, 1, 0, 0} |
49 }; |
49 }; |
50 |
50 |
51 /** |
51 /** |
52 Two-phase construction method |
52 Two-phase construction method |
53 @param aPlugin The data provider plugin |
53 @param aPlugin The data provider plugin |