mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/inc/mpxdbalbum.h
branchRCL_3
changeset 50 26a1709b9fec
parent 40 cb96c29156b2
equal deleted inserted replaced
49:455f89b7fcc5 50:26a1709b9fec
   174         * @param aId The ID of the album
   174         * @param aId The ID of the album
   175         * @param aArt albumart with the song is deleted.
   175         * @param aArt albumart with the song is deleted.
   176         * @returns alternative albumart retrieved in the specified Album.
   176         * @returns alternative albumart retrieved in the specified Album.
   177         */
   177         */
   178         HBufC* AlbumartForAlbumL(const TUint32 aId, TPtrC aArt);
   178         HBufC* AlbumartForAlbumL(const TUint32 aId, TPtrC aArt);
       
   179         
       
   180         /**
       
   181         * Processes a recordset by constructing media instances and adding them
       
   182         * to the specified array.
       
   183         * @param aAttrs attributes to be returned
       
   184         * @param aRecordset recordset to be processed
       
   185         * @param aMediaArray returns the media instances
       
   186         */
       
   187         void ProcessAlbumRecordSetL(const TArray<TMPXAttribute>& aAttrs,
       
   188             RSqlStatement& aRecordset, CMPXMediaArray& aMediaArray);
   179 
   189 
   180     private:    // from MMPXTable
   190     private:    // from MMPXTable
   181 
   191 
   182         /**
   192         /**
   183         * @see MMPXTable
   193         * @see MMPXTable