diff -r d07aa956024a -r 030c4fbc13d7 contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp --- 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; }