mtpfws/mtpfw/dataproviders/devdp/src/mtpdevicedpprocessor.cpp
branchRCL_3
changeset 6 ef55b168cedb
parent 0 d0791faffa3f
child 17 dbd1c5e08735
--- 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}
 	};
 
 /**