--- a/contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp Wed Nov 11 15:30:58 2009 +0530
+++ b/contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp Fri Nov 13 10:07:38 2009 +0530
@@ -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