contentmgmt/referencedrmagent/tcaf/source/SupplierStep.h
changeset 19 cd501b96611d
parent 15 da2ae96f639b
--- a/contentmgmt/referencedrmagent/tcaf/source/SupplierStep.h	Mon Oct 12 10:17:04 2009 +0300
+++ b/contentmgmt/referencedrmagent/tcaf/source/SupplierStep.h	Fri Nov 06 13:21:00 2009 +0200
@@ -25,7 +25,7 @@
 #include "cafstep.h"
 #include "importfile.h"
 
-#ifndef SYMBIAN_DISABLE_UPWARD_DEPENDENCY
+#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
 #include <http/mhttptransactioncallback.h>
 #endif
 
@@ -34,7 +34,7 @@
 _LIT(KCAFSupplierAsyncStep,"CAFSupplierAsyncStep");
 _LIT(KCAFSupplierSerializeStep,"CAFSupplierSerializeStep");
 _LIT(KCAFClientOutputSupplierStep,"CAFClientOutputSupplierStep");
-#ifndef SYMBIAN_DISABLE_UPWARD_DEPENDENCY
+#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
 _LIT(KCAFHTTPRequestHeadersStep,"CAFHTTPRequestHeaders");
 #endif
 class CCAFServer;
@@ -105,7 +105,7 @@
 	};
 
 
-#ifndef SYMBIAN_DISABLE_UPWARD_DEPENDENCY
+#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
 /* 
 * Used to test that an application can retrieve HTTP request headers
 * @internalComponent Exposure internally