diff -r da2ae96f639b -r cd501b96611d contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp --- a/contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp Mon Oct 12 10:17:04 2009 +0300 +++ b/contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp Fri Nov 06 13:21:00 2009 +0200 @@ -258,7 +258,7 @@ testStep = new CCafRightsInfoStep(*this); else if(aStepName == KCAFStreamablePtrArrayStep) testStep = new CCafStreamablePtrArrayStep(*this); -#ifndef SYMBIAN_DISABLE_UPWARD_DEPENDENCY +#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY else if(aStepName == KCAFHTTPRequestHeadersStep) testStep = new CCAFHTTPRequestHeadersStep(*this); #endif