location_plat/location_data_harvester_api/inc/locationdatalookupdb.h
changeset 35 59575560d1e6
parent 30 96df3ab41000
child 41 b3dd5ec3089d
--- a/location_plat/location_data_harvester_api/inc/locationdatalookupdb.h	Tue Jul 06 14:10:28 2010 +0300
+++ b/location_plat/location_data_harvester_api/inc/locationdatalookupdb.h	Wed Aug 18 09:43:18 2010 +0300
@@ -217,10 +217,18 @@
     */
     QString getAddressDetails( quint32 mId , quint32 mSourceType );
     
+    /**
+    * Gets single line address
+    * @param id , id of the entry
+    * @param sourceType , type of entry
+    * @param name , name of entry
+    */
+    void updateEntryNameByIdAndType(quint32 id, quint32 sourceType , QString name);
+    
 private:
 	
     // fills the lookup entry
-    void fillLookupEntry( QSqlQuery &aRecord, QLookupItem &aLookupItem );
+    void fillLookupEntry( QSqlQuery &aRecord, QLookupItem &aLookupItem );    
     
     // Handle to the items database
     QSqlDatabase *mDb;