contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp
branchRCL_3
changeset 95 641f389e9157
parent 53 030c4fbc13d7
child 96 a71299154b21
equal deleted inserted replaced
92:f18401adf8e1 95:641f389e9157
   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 
   283 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT     
       
   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 	
   284 	return testStep;
   294 	return testStep;
   285 	}
   295 	}
   286 
   296