diff -r 445614b8b140 -r 1afc808f187d contentmgmt/referencedrmagent/tcaf/source/SupplierStep.h --- a/contentmgmt/referencedrmagent/tcaf/source/SupplierStep.h Wed Nov 11 15:30:58 2009 +0530 +++ b/contentmgmt/referencedrmagent/tcaf/source/SupplierStep.h Fri Nov 13 10:07:38 2009 +0530 @@ -25,7 +25,7 @@ #include "cafstep.h" #include "importfile.h" -#ifndef SYMBIAN_DISABLE_UPWARD_DEPENDENCY +#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY #include #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