webengine/osswebengine/cache/inc/HttpCacheLookupTable.h
changeset 13 10e98eab6f85
parent 8 7c90e6132015
child 16 a359256acfc6
--- a/webengine/osswebengine/cache/inc/HttpCacheLookupTable.h	Fri May 08 08:25:06 2009 +0300
+++ b/webengine/osswebengine/cache/inc/HttpCacheLookupTable.h	Fri Jul 03 15:54:40 2009 +0100
@@ -94,6 +94,14 @@
         * @param
         * @return
         */
+        TInt RemoveByPosition( TInt aPos );
+        
+        /**
+        *
+        * @since 3.1
+        * @param
+        * @return
+        */
         TInt RemoveAll();
         
         /**
@@ -144,6 +152,14 @@
         */
         void MergeL( CHttpCacheLookupTable* aHttpCacheLookupTable, RFs aRfs  );
         
+        /**
+        *
+        * @since 7.1
+        * @param
+        * @return
+        */
+        void FindCacheEntryIndex( const CHttpCacheEntry& aCacheEntry, TInt* aIndex );
+
     private:
         
         /**