mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/inc/mpxdbplaylistsongs.h
branchRCL_3
changeset 9 13afc0e517bd
parent 0 ff3acec5bc43
--- a/mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/inc/mpxdbplaylistsongs.h	Tue Feb 02 00:09:33 2010 +0200
+++ b/mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/inc/mpxdbplaylistsongs.h	Fri Feb 19 22:48:30 2010 +0200
@@ -216,9 +216,10 @@
         /**
         * Get the number of songs for a playlist
         * @param aPlaylistId identifies the playlist
+        * @param aDriveId identifies the database to be query
         * @return number of songs
         */
-        TInt CountL(TUint32 aPlaylistId);
+        TInt CountL(TUint32 aPlaylistId, TInt aDriveId);     
 
     private: