contentmgmt/referencedrmagent/tcaf/source/SupplierStep.cpp
changeset 19 cd501b96611d
parent 15 da2ae96f639b
equal deleted inserted replaced
15:da2ae96f639b 19:cd501b96611d
    27 #include "supplieroutputfile.h"
    27 #include "supplieroutputfile.h"
    28 #include "attribute.h"
    28 #include "attribute.h"
    29 #include "bitset.h"
    29 #include "bitset.h"
    30 
    30 
    31 #include <uri8.h>
    31 #include <uri8.h>
    32 #ifndef SYMBIAN_DISABLE_UPWARD_DEPENDENCY
    32 #ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
    33 #include <http.h>
    33 #include <http.h>
    34 #include <http/rhttpsession.h>
    34 #include <http/rhttpsession.h>
    35 #include <http/rhttptransaction.h>
    35 #include <http/rhttptransaction.h>
    36 #include <http/rhttpheaders.h>
    36 #include <http/rhttpheaders.h>
    37 #endif
    37 #endif
   600 		}
   600 		}
   601 
   601 
   602 	return TestStepResult();
   602 	return TestStepResult();
   603 	}
   603 	}
   604 
   604 
   605 #ifndef SYMBIAN_DISABLE_UPWARD_DEPENDENCY
   605 #ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
   606 
   606 
   607 /* 
   607 /* 
   608  * Check that applications can retrieve the HTTP request headers
   608  * Check that applications can retrieve the HTTP request headers
   609  */
   609  */
   610 CCAFHTTPRequestHeadersStep::~CCAFHTTPRequestHeadersStep()
   610 CCAFHTTPRequestHeadersStep::~CCAFHTTPRequestHeadersStep()