diff -r 641f389e9157 -r a71299154b21 contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp --- a/contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp Tue Aug 31 17:00:08 2010 +0300 +++ b/contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp Wed Sep 01 12:40:57 2010 +0100 @@ -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; }