qtinternetradio/irqsonghistory/inc/irqsonghistoryengine.h
changeset 5 0930554dc389
parent 0 09774dfdd46b
child 8 3b03c28289e6
--- a/qtinternetradio/irqsonghistory/inc/irqsonghistoryengine.h	Fri May 14 15:43:29 2010 +0300
+++ b/qtinternetradio/irqsonghistory/inc/irqsonghistoryengine.h	Thu May 27 12:46:34 2010 +0300
@@ -65,10 +65,10 @@
     */
 
     IMPORT_C void updateSongHistoryDb(int aChannelId,
-                                      const QString& aChannelName,
-                                      const QString& aChannelUrl,
-                                      const QString& aImageUrl,
-                                      const QString& aMusicFlag);
+            const QString& aChannelName, const QString& aChannelUrl,
+            const QString& aImageUrl, const QString& aGenreName,
+            const QString& aCountryName, const QString& aLanguageName,
+            const QString& aMusicFlag);
 
     /**
     * Connected with play controller with the song name changed.
@@ -89,6 +89,12 @@
      */
     IMPORT_C bool deleteOneItem(int aIndex);
 
+    /*
+     * delete one item from the song history db
+     * @param   aIndex    the index of the item need deleted
+     */
+    IMPORT_C bool deleteOneSongHistoryItem(int aIndex);
+
 private:
 
     enum TSongHistoryItemChange