mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/inc/mpxdbplaylistsongs.h
branchRCL_3
changeset 11 13afc0e517bd
parent 0 ff3acec5bc43
equal deleted inserted replaced
5:2a40e88564c8 11:13afc0e517bd
   214 
   214 
   215 
   215 
   216         /**
   216         /**
   217         * Get the number of songs for a playlist
   217         * Get the number of songs for a playlist
   218         * @param aPlaylistId identifies the playlist
   218         * @param aPlaylistId identifies the playlist
       
   219         * @param aDriveId identifies the database to be query
   219         * @return number of songs
   220         * @return number of songs
   220         */
   221         */
   221         TInt CountL(TUint32 aPlaylistId);
   222         TInt CountL(TUint32 aPlaylistId, TInt aDriveId);     
   222 
   223 
   223     private:
   224     private:
   224 
   225 
   225         /**
   226         /**
   226         * Update the media from the table
   227         * Update the media from the table