mpserviceplugins/mpxsqlitedbhgplugin/inc/mpxdbalbum.h
changeset 34 2c5162224003
parent 22 ecf06a08d4d9
child 29 8192e5b5c935
--- a/mpserviceplugins/mpxsqlitedbhgplugin/inc/mpxdbalbum.h	Mon May 03 12:29:20 2010 +0300
+++ b/mpserviceplugins/mpxsqlitedbhgplugin/inc/mpxdbalbum.h	Fri Apr 30 19:33:32 2010 -0500
@@ -29,7 +29,7 @@
 class MMPXDbAlbumObserver
     {
     public:
-        virtual TInt HandleIsUnknownArtistL(TUint32 aId) = 0;    
+        virtual TInt HandleIsUnknownArtistL(TUint32 aId) = 0;
         virtual TUint32 HandleArtistForAlbumL( const TUint32 aId ) = 0;
     };
 /**
@@ -99,7 +99,7 @@
         */
         void DecrementSongsForCategoryL(TUint32 aId, TInt aDriveId,
             CMPXMessageArray* aItemChangedMessages, TBool& aItemExist, const TUint32 aArtist);
-        
+
 		/**
 	* Gets the details for all category items.
 	* @param aAttrs attributes to be returned
@@ -109,7 +109,7 @@
 			CMPXMediaArray& aMediaArray);
 
 		/**
-	* Update a category item. 
+	* Update a category item.
 	* @param aId: The ID of the category to update
 	* @param aMedia: The media data
 	* @param aDriveId: The Drive Id the name (category) belongs
@@ -122,17 +122,17 @@
 		/**
 	* Get albums count for a specified artist
 	* @param aId: The ID of the artist
-	*/		
+	*/
 	    TInt GetAlbumsCountForArtistL(TUint32 aArtistId);
 
 		/**
 	* Get songs count for a specified album and a specified artist
 	* @param aArtistId: The ID of the artist
 	* @param aAlbumId: The ID of the album
-	*/		
+	*/
 		TInt GetSongsCountInAlbumMatchingArtistL(TUint32 aArtistId, TUint32 aAlbumId);
-		
-    private:	
+
+    private:
         /**
         * Updates the media with information from the table
         * @param aRecord record containing the source fields
@@ -149,12 +149,12 @@
         * @param aValues values of each field of Album table
         * @return a string containing the selection criteria. The ownership is passed to the caller.
         */
-		void GenerateAlbumFieldsValuesL(const CMPXMedia& aMedia, 
+		void GenerateAlbumFieldsValuesL(const CMPXMedia& aMedia,
 			CDesCArray& aFields, CDesCArray& aValues);
 
 
 		TBool IsUnknownArtistL(TUint32 aId);
-		
+
 		TUint32 ArtistForAlbumL(const TUint32 aId);
 
     private:    // from MMPXTable