mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/inc/mpxdbhandler.h
branchRCL_3
changeset 26 70a8526f03f2
parent 21 a1247965635c
child 40 cb96c29156b2
equal deleted inserted replaced
21:a1247965635c 26:70a8526f03f2
  1080 
  1080 
  1081     private:    // From MMPXDbAlbumObserver
  1081     private:    // From MMPXDbAlbumObserver
  1082     /**
  1082     /**
  1083     * @see MMPXDbAlbumObserver
  1083     * @see MMPXDbAlbumObserver
  1084     */
  1084     */
  1085         virtual TBool HandleIsUnknownArtistL(TUint32 aArtistId);
  1085     virtual TBool HandleIsUnknownArtistL(TUint32 aArtistId);
  1086         virtual TUint32 HandleArtistForAlbumL(const TUint32 aAlbumId);
  1086     virtual TUint32 HandleArtistForAlbumL(const TUint32 aAlbumId);
       
  1087         
       
  1088     /**
       
  1089     * Get the Albumart of song which belongs to the specified Album.     
       
  1090     * @param aId, The Album ID.
       
  1091     * @param aArt, the AlbumArt uri.
       
  1092 	* @returns alternative albumart retrieved in the specified Album.
       
  1093     */
       
  1094     virtual HBufC* HandleAlbumartForAlbumL(const TUint32 aAlbumId, TPtrC aArt);
  1087 
  1095 
  1088     private:	// From MMPXDbPlaylistObserver
  1096     private:	// From MMPXDbPlaylistObserver
  1089 	/**
  1097 	/**
  1090 	* @see MMPXDbPlaylistObserver
  1098 	* @see MMPXDbPlaylistObserver
  1091 	*/
  1099 	*/