locationdataharvester/mylocationsdatabasemanager/inc/mylocationsdatabasemanager.h
changeset 35 59575560d1e6
parent 30 96df3ab41000
child 41 b3dd5ec3089d
--- a/locationdataharvester/mylocationsdatabasemanager/inc/mylocationsdatabasemanager.h	Tue Jul 06 14:10:28 2010 +0300
+++ b/locationdataharvester/mylocationsdatabasemanager/inc/mylocationsdatabasemanager.h	Wed Aug 18 09:43:18 2010 +0300
@@ -90,7 +90,17 @@
          */                               
         IMPORT_C void UpdateMapTilePath( TUint32 aSourceId, TUint32 aSourceType, 
                                             TFileName& aFilePath );
-        
+
+		/** Update the maptile path to mylocation lookup table
+		 *
+		 * @param[in] aSourceId Uid of the changed source entry.
+		 * @param[in] aSourceType Source type of the aSourceId.
+		 * @param[in] aName entry name.
+		 */ 				 
+
+		IMPORT_C void UpdateEntryName( TUint32 aSourceId, TUidSourceType aSourceType, 
+                                            const TDesC& aName );
+		
         /** Compare the address details to lplookupaddres  table
          *
          * @param aLandmarks , address formed as landmark object
@@ -202,11 +212,12 @@
 
         /**
           * UnsetDuplicateNextCalEntry.
-          * Finds a calendar lookup entry whose detination id  is aLandmarkId
+          * Finds next calendar lookup entry whose detination id  is aLandmarkId
 		  * and unsets it duplcate flag.
+          * @param[in] aCurrentCalUid current calendar entry id.
           * @param[in] aLandmarkId a landmark id.
          */
-       void UnsetDuplicateNextCalEntry( quint32 aLandmarkId );
+       void UnsetDuplicateNextCalEntry( quint32 aCurrentCalUid, quint32 aLandmarkId );
 
         /**
           * IsDuplicateCalEntry.