contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp
branchRCL_3
changeset 95 641f389e9157
parent 53 030c4fbc13d7
child 96 a71299154b21
--- a/contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp	Thu Aug 19 11:38:48 2010 +0300
+++ b/contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp	Tue Aug 31 17:00:08 2010 +0300
@@ -280,7 +280,17 @@
 		testStep = new CCAFManagerStringAttributeByFileHandleStep(*this);
 	else if(aStepName == KCAFManagerStringAttributeSetByFileHandleStep)
 		testStep = new CCAFManagerStringAttributeSetByFileHandleStep(*this);
-
+#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT     
+    else if(aStepName == KCAFHelperStep)     
+        testStep = new CCafHelperStep();     
+    else if(aStepName == KWmdrmCAFContentStep)     
+        testStep = new CWmdrmCAFContentStep();     
+    else if(aStepName == KWmdrmCAFDataStep)     
+        testStep = new CWmdrmCAFDataStep();     
+    else if(aStepName == KWmdrmCAFReadStep)     
+        testStep = new CWmdrmCAFReadStep();     
+#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT 
+	
 	return testStep;
 	}