locationdataharvester/mylocationsengine/inc/lookupmaptiledb.h
changeset 35 59575560d1e6
parent 30 96df3ab41000
equal deleted inserted replaced
31:8db05346071b 35:59575560d1e6
   104 
   104 
   105     void FindEntriesByMapTileFetchingStateL(const TUint32 aFetchingState,
   105     void FindEntriesByMapTileFetchingStateL(const TUint32 aFetchingState,
   106             RArray<TLookupItem>& aLookupItemArray);
   106             RArray<TLookupItem>& aLookupItemArray);
   107 
   107 
   108     /**
   108     /**
       
   109     * Gets the list of calendar ids.
       
   110     * @param[out] aIdArray Calendar id list
       
   111     */
       
   112     void GetAllCalendarIdsL( RArray<TUint32>& aIdArray );
       
   113     
       
   114     /**
   109     * ReSet the entry in the lookup table , with null value 
   115     * ReSet the entry in the lookup table , with null value 
   110     * @param aLookupItem The lookup item entry to be reseted in the database,
   116     * @param aLookupItem The lookup item entry to be reseted in the database,
   111     * get the used maptile path as part of lookupItem filepath , to free the resource 
   117     * get the used maptile path as part of lookupItem filepath , to free the resource 
   112     */
   118     */
   113     void ReSetEntryL( TLookupItem &aLookupItem );
   119     void ReSetEntryL( TLookupItem &aLookupItem );