contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp
branchRCL_3
changeset 45 030c4fbc13d7
parent 19 cd501b96611d
child 61 641f389e9157
--- a/contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp	Thu Apr 01 00:24:41 2010 +0300
+++ b/contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp	Wed Apr 14 17:48:59 2010 +0300
@@ -280,17 +280,7 @@
 		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;
 	}