webengine/osswebengine/WebCore/platform/network/symbian/HttpCacheSupply.cpp
changeset 68 92a765b5b3e7
parent 65 5bfc169077b2
equal deleted inserted replaced
66:cacf6ee57968 68:92a765b5b3e7
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // INCLUDE FILES
    19 // INCLUDE FILES
    20 #include "HttpCacheSupply.h"
    20 #include "HttpCacheSupply.h"
    21 #include "HttpCacheManager.h"
    21 #include "httpcachemanager.h"
    22 #include "HttpCacheDataSupplier.h"
    22 #include "HttpCacheDataSupplier.h"
    23 #include "HttpConnection.h"
    23 #include "HttpConnection.h"
    24 #include "ResourceLoaderDelegate.h"
    24 #include "ResourceLoaderDelegate.h"
    25 #include "StaticObjectsContainer.h"
    25 #include "StaticObjectsContainer.h"
    26 
    26 
    27 #include <http/RHTTPTransaction.h>
    27 #include <http/rhttptransaction.h>
    28 #include <http/mhttpdatasupplier.h>
    28 #include <http/mhttpdatasupplier.h>
    29 #include <http/rhttpsession.h>
    29 #include <http/rhttpsession.h>
    30 #include <httperr.h>
    30 #include <httperr.h>
    31 
    31 
    32 
    32