mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/inc/mpxdbmusic.h
branchRCL_3
changeset 14 c54d95799c80
parent 13 c8156a91d13c
child 15 a1247965635c
equal deleted inserted replaced
13:c8156a91d13c 14:c54d95799c80
   526         /**
   526         /**
   527          * Get the ID of Artist which belongs to the specified Album
   527          * Get the ID of Artist which belongs to the specified Album
   528          * @param aId, the ID of Album
   528          * @param aId, the ID of Album
   529          */
   529          */
   530         TUint32 CMPXDbMusic::ArtistForAlbumL(const TUint32 aId);
   530         TUint32 CMPXDbMusic::ArtistForAlbumL(const TUint32 aId);
   531 
       
   532         /**
       
   533         * Signals the start of a refresh operation
       
   534         */
       
   535         void RefreshStartL();
       
   536 
       
   537         /**
       
   538         * Signals the end of a refresh operation
       
   539         */
       
   540         void RefreshEndL();
       
   541 
       
   542         /*
       
   543         * Refresh music basic table
       
   544         */
       
   545         void RefreshBasicTableL();
       
   546 
   531 
   547         /*
   532         /*
   548         * Check the integrity of the music basic table
   533         * Check the integrity of the music basic table
   549         */
   534         */
   550         void CheckMusicBasicTableL();
   535         void CheckMusicBasicTableL();
   809     private:    // Data
   794     private:    // Data
   810 
   795 
   811         // file extensions to check DRM type, owned
   796         // file extensions to check DRM type, owned
   812         CDesCArrayFlat* iExtensionsDrm;
   797         CDesCArrayFlat* iExtensionsDrm;
   813         MMPXDbMusicObserver& iObserver;
   798         MMPXDbMusicObserver& iObserver;
   814         TBool iRefresh;
   799 #ifdef ABSTRACTAUDIOALBUM_INCLUDED 
       
   800         TBool iArtNeedUpdated;
       
   801 #endif // ABSTRACTAUDIOALBUM_INCLUDED
   815     };
   802     };
   816 
   803 
   817 #endif // MPXDBMUSIC_H
   804 #endif // MPXDBMUSIC_H
   818 
   805 
   819 // End of File
   806 // End of File