contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp
changeset 19 cd501b96611d
parent 15 da2ae96f639b
child 45 030c4fbc13d7
equal deleted inserted replaced
15:da2ae96f639b 19:cd501b96611d
   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);