contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp
changeset 20 1afc808f187d
parent 19 cd501b96611d
child 45 030c4fbc13d7
equal deleted inserted replaced
17:445614b8b140 20:1afc808f187d
   256 		testStep = new CCafVirtualPathStep(*this);	
   256 		testStep = new CCafVirtualPathStep(*this);	
   257 	else if(aStepName == KCAFRightsInfoStep)
   257 	else if(aStepName == KCAFRightsInfoStep)
   258 		testStep = new CCafRightsInfoStep(*this);	
   258 		testStep = new CCafRightsInfoStep(*this);	
   259 	else if(aStepName == KCAFStreamablePtrArrayStep)
   259 	else if(aStepName == KCAFStreamablePtrArrayStep)
   260 		testStep = new CCafStreamablePtrArrayStep(*this);
   260 		testStep = new CCafStreamablePtrArrayStep(*this);
   261 #ifndef SYMBIAN_DISABLE_UPWARD_DEPENDENCY
   261 #ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
   262 	else if(aStepName == KCAFHTTPRequestHeadersStep)
   262 	else if(aStepName == KCAFHTTPRequestHeadersStep)
   263 		testStep = new CCAFHTTPRequestHeadersStep(*this);
   263 		testStep = new CCAFHTTPRequestHeadersStep(*this);
   264 #endif
   264 #endif
   265 	else if(aStepName == KCAFExecuteIntentStep)
   265 	else if(aStepName == KCAFExecuteIntentStep)
   266 		testStep = new CCAFExecuteIntentStep(*this);			
   266 		testStep = new CCAFExecuteIntentStep(*this);