internetradio2.0/songhistoryinc/irsonghistorydb.h
changeset 8 3b03c28289e6
parent 5 0930554dc389
--- a/internetradio2.0/songhistoryinc/irsonghistorydb.h	Thu May 27 12:46:34 2010 +0300
+++ b/internetradio2.0/songhistoryinc/irsonghistorydb.h	Fri Jun 11 13:30:40 2010 +0300
@@ -110,6 +110,7 @@
 	 */
 	 TBool AddToSongHistoryDb2L( const TDesC& aSongName,
 	                             const TDesC& aArtistName, 	                                
+                                 const TDesC& aChannelName,
 	                             const TDesC& aMusicFlag);
 
 
@@ -183,7 +184,6 @@
 	* Updates the song history DB when there is a channel change in the isds.
 	*/
     TInt UpdateSongHistoryDbL( TInt aChannelId,
-    	                      const TDesC& aChannelName, 
 						      const TDesC& aChannelUrl,
 						      const TDesC& aImageUrl,
                               const TDesC& aGenreName,
@@ -195,7 +195,7 @@
      * search if a record already exists in database. If yes, delete it.
      */
     void SearchAndDeleteRecordL(const TDesC& aChannelName, const TDesC& aChannelUrl,
-                                TInt aChannelType);
+                                TInt aChannelType, TInt aPresetId);
     
     /*
      * delete a recorder by the index, for station history database
@@ -242,9 +242,9 @@
 	* ---------------------------------------------------------------------------
 	* SongHistoryTable
 	*---------------------------
-	*| SongName | ArtistName | MusicStatusFlag
+	*| SongName | ArtistName | ChannelName | MusicStatusFlag
 	*---------------------------
-	*|EDbColText| EDbColText | EDbColText |
+	*|EDbColText| EDbColText | EDbColText  | EDbColText |
 	*----------------------------------------------------------------------------
 	*/
 	void CreateSongHistoryTables2L();