mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/inc/mpxdbmusic.h
branchCompilerCompatibility
changeset 16 602229933e69
parent 0 ff3acec5bc43
equal deleted inserted replaced
13:a914e47e7a01 16:602229933e69
   473 
   473 
   474         /**
   474         /**
   475          * Get the ID of Artist which belongs to the specified Album
   475          * Get the ID of Artist which belongs to the specified Album
   476 		 * @param aId, the ID of Album
   476 		 * @param aId, the ID of Album
   477          */
   477          */
   478         TUint32 CMPXDbMusic::ArtistForAlbumL(const TUint32 aId);
   478         TUint32 ArtistForAlbumL(const TUint32 aId);
   479 
   479 
   480         /**
   480         /**
   481         * Signals the start of a refresh operation
   481         * Signals the start of a refresh operation
   482         */
   482         */
   483         void RefreshStartL();
   483         void RefreshStartL();