diff -r 10e98eab6f85 -r a359256acfc6 webengine/osswebengine/cache/inc/HttpCacheManager.h --- a/webengine/osswebengine/cache/inc/HttpCacheManager.h Fri Jul 03 15:54:40 2009 +0100 +++ b/webengine/osswebengine/cache/inc/HttpCacheManager.h Thu Aug 27 07:44:59 2009 +0300 @@ -39,6 +39,7 @@ class CRepository; class RHTTPTransaction; class MHTTPDataSupplier; +class CHttpCacheFileWriteHandler; // CLASS DECLARATION @@ -223,8 +224,8 @@ * @param * @return */ - void RemoveOrphanedFilesL(); - + void RemoveOrphanedFilesL(); + /** * * @since 3.1 @@ -240,8 +241,8 @@ * @param * @return */ - TBool VSSRequestCheck( const RHTTPTransaction& aTrans, - const RHTTPHeaders& aHttpHeader, const TDesC8& aUrl ); + TBool VSSRequestCheckL( const RHTTPTransaction& aTrans, + const RHTTPHeaders& aHttpHeader, const TDesC8& aUrl ); /** * * @since 3.1 @@ -254,14 +255,14 @@ private: // Data CHttpCacheHandler* iCache; // owned - - TPath iCacheFolder; - + + TPath iCacheFolder; + CHttpCacheHandler* iOperatorCache; // owned // CHttpCacheHandler* iphoneSpecificCache; // owned // - + CHttpCacheFileWriteHandler* iFileWriteHandler; // owned HBufC8* iOpDomain; // owned // @@ -281,4 +282,4 @@ #endif // CHttpCacheManager_H -// End of File \ No newline at end of file +// End of File