qtinternetradio/irqsonghistory/inc/irqsonghistoryengine.h
changeset 8 3b03c28289e6
parent 5 0930554dc389
--- a/qtinternetradio/irqsonghistory/inc/irqsonghistoryengine.h	Thu May 27 12:46:34 2010 +0300
+++ b/qtinternetradio/irqsonghistory/inc/irqsonghistoryengine.h	Fri Jun 11 13:30:40 2010 +0300
@@ -81,7 +81,7 @@
     * @param    aMetaData   The meta data contains song name, artist and bitrate.
     * @param    aMusicshopStatus     The music shop status of the song
     */
-    IMPORT_C void handleSongMetaDataReceived(const IRQMetaData& aMetaData, QString& aMusicshopStatus);
+    IMPORT_C void handleSongMetaDataReceived(const IRQMetaData& aMetaData, const IRQPreset& preset);
     
     /*
      * delete one item from the station history db
@@ -128,7 +128,7 @@
     
     void handleMetaDataReceivedL(const IRQMetaData& aMetaData, const IRQPreset& aPreset);
 	void getAllHistoryL(QList<IRQSongHistoryInfo *>& aSongHistoryArr);
-	void handleSongMetaDataReceivedL(const IRQMetaData& aMetaData, QString& aMusicshopStatus);
+	void handleSongMetaDataReceivedL(const IRQMetaData& aMetaData, const IRQPreset& aPreset);
     void getAllSongHistoryL(QList<IRQSongInfo *>& aSongHistoryArr);
 
 private: