contentmgmt/referencedrmagent/tcaf/source/cafserver.cpp
changeset 19 cd501b96611d
parent 15 da2ae96f639b
child 45 030c4fbc13d7
--- 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