diff -r 3673b591050c -r ef55b168cedb mtpfws/mtpfw/dataproviders/devdp/src/mtpdevicedpprocessor.cpp --- a/mtpfws/mtpfw/dataproviders/devdp/src/mtpdevicedpprocessor.cpp Wed Apr 14 16:49:36 2010 +0300 +++ b/mtpfws/mtpfw/dataproviders/devdp/src/mtpdevicedpprocessor.cpp Tue Apr 27 17:30:23 2010 +0300 @@ -51,6 +51,7 @@ #include "cmtpgetserviceids.h" #include "cmtpgetserviceinfo.h" #include "cmtpgetformatcapabilities.h" +#include "cmtpsetobjectprotection.h" /** device data provider mapping table from request ID to factory method of the request processor */ @@ -87,7 +88,8 @@ {EMTPOpCodeResetDevicePropValue, CMTPResetDevicePropValue::NewL}, {EMTPOpCodeGetServiceIDs, CMTPGetServiceIds::NewL}, {EMTPOpCodeGetServiceInfo, CMTPGetServiceInfo::NewL}, - {EMTPOpCodeGetFormatCapabilities,CMTPGetFormatCapabilities::NewL} + {EMTPOpCodeGetFormatCapabilities,CMTPGetFormatCapabilities::NewL}, + {EMTPOpCodeSetObjectProtection, CMTPSetObjectProtection::NewL} }; /**