locationdataharvester/mylocationsengine/inc/lookupmaptiledb.h
changeset 30 96df3ab41000
parent 26 f3533f6eae3f
child 35 59575560d1e6
--- a/locationdataharvester/mylocationsengine/inc/lookupmaptiledb.h	Fri Jun 11 13:33:47 2010 +0300
+++ b/locationdataharvester/mylocationsengine/inc/lookupmaptiledb.h	Wed Jun 23 18:07:15 2010 +0300
@@ -52,7 +52,7 @@
     ~CLookupMapTileDatabase();
 
 public:
-
+    
     /**
     * Opens the lookup database.
     */
@@ -105,7 +105,12 @@
     void FindEntriesByMapTileFetchingStateL(const TUint32 aFetchingState,
             RArray<TLookupItem>& aLookupItemArray);
 
-
+    /**
+    * ReSet the entry in the lookup table , with null value 
+    * @param aLookupItem The lookup item entry to be reseted in the database,
+    * get the used maptile path as part of lookupItem filepath , to free the resource 
+    */
+    void ReSetEntryL( TLookupItem &aLookupItem );
 private:
     
     // default constructor