contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp
branchRCL_3
changeset 53 030c4fbc13d7
parent 17 cd501b96611d
child 95 641f389e9157
equal deleted inserted replaced
50:d07aa956024a 53:030c4fbc13d7
   278 		testStep = new CCAFManagerAttributeSetByFileHandleStep(*this);
   278 		testStep = new CCAFManagerAttributeSetByFileHandleStep(*this);
   279 	else if(aStepName == KCAFManagerStringAttributeByFileHandleStep)
   279 	else if(aStepName == KCAFManagerStringAttributeByFileHandleStep)
   280 		testStep = new CCAFManagerStringAttributeByFileHandleStep(*this);
   280 		testStep = new CCAFManagerStringAttributeByFileHandleStep(*this);
   281 	else if(aStepName == KCAFManagerStringAttributeSetByFileHandleStep)
   281 	else if(aStepName == KCAFManagerStringAttributeSetByFileHandleStep)
   282 		testStep = new CCAFManagerStringAttributeSetByFileHandleStep(*this);
   282 		testStep = new CCAFManagerStringAttributeSetByFileHandleStep(*this);
   283 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT     
   283 
   284     else if(aStepName == KCAFHelperStep)     
       
   285         testStep = new CCafHelperStep();     
       
   286     else if(aStepName == KWmdrmCAFContentStep)     
       
   287         testStep = new CWmdrmCAFContentStep();     
       
   288     else if(aStepName == KWmdrmCAFDataStep)     
       
   289         testStep = new CWmdrmCAFDataStep();     
       
   290     else if(aStepName == KWmdrmCAFReadStep)     
       
   291         testStep = new CWmdrmCAFReadStep();     
       
   292 #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT 
       
   293 	
       
   294 	return testStep;
   284 	return testStep;
   295 	}
   285 	}
   296 
   286