15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 // INCLUDE FILES |
18 // INCLUDE FILES |
19 #include "HttpCacheHandler.h" |
19 #include "HttpCacheHandler.h" |
20 #include "httpcachemanager.h" |
20 #include "HttpCacheManager.h" |
21 #include "HttpCacheEntry.h" |
21 #include "HttpCacheEntry.h" |
22 #include "HttpCacheLookupTable.h" |
22 #include "HttpCacheLookupTable.h" |
23 #include "HttpCacheStreamHandler.h" |
23 #include "HttpCacheStreamHandler.h" |
24 #include "HttpCacheUtil.h" |
24 #include "HttpCacheUtil.h" |
25 #include "HttpCacheEvictionHandler.h" |
25 #include "HttpCacheEvictionHandler.h" |
26 #include "HttpCacheObserver.h" |
26 #include "HttpCacheObserver.h" |
27 #include "HttpCacheFileWriteHandler.h" |
27 #include "HttpCacheFileWriteHandler.h" |
28 #include <http/RHTTPTransaction.h> |
28 #include <http/rhttptransaction.h> |
29 #include <http/rhttpsession.h> |
29 #include <http/rhttpsession.h> |
30 #include <http/rhttpheaders.h> |
30 #include <http/rhttpheaders.h> |
31 #include <HttpStringConstants.h> |
31 #include <httpstringconstants.h> |
32 #include <httperr.h> |
32 #include <httperr.h> |
33 #include <s32file.h> |
33 #include <s32file.h> |
34 #include <s32mem.h> |
34 #include <s32mem.h> |
35 #include <brctldefs.h> |
35 #include <BrCtlDefs.h> |
36 |
36 |
37 // EXTERNAL DATA STRUCTURES |
37 // EXTERNAL DATA STRUCTURES |
38 |
38 |
39 // EXTERNAL FUNCTION PROTOTYPES |
39 // EXTERNAL FUNCTION PROTOTYPES |
40 |
40 |