mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/src/mpxdbabstractalbum.cpp
branchRCL_3
changeset 56 2cbbefa9af78
parent 53 3de6c4cf6b67
child 66 1f1dad4af8f8
equal deleted inserted replaced
53:3de6c4cf6b67 56:2cbbefa9af78
   508 // ----------------------------------------------------------------------------
   508 // ----------------------------------------------------------------------------
   509 //
   509 //
   510 void CMPXDbAbstractAlbum::GetAllItemsWithNoSongL(RArray<TUint32>& aItemsIds)
   510 void CMPXDbAbstractAlbum::GetAllItemsWithNoSongL(RArray<TUint32>& aItemsIds)
   511     {
   511     {
   512     MPX_FUNC("CMPXDbAbstractAlbum::GetAllItemsWithNoSongL");
   512     MPX_FUNC("CMPXDbAbstractAlbum::GetAllItemsWithNoSongL");
   513     RSqlStatement recordset(iDbManager.ExecuteSelectQueryL(KQueryAbstractAlbumsWithNoSong));
   513     RSqlStatement recordset(iDbManager.ExecuteSelectQueryL(KQueryAbstractAlbumsWithNoSong())); 
   514     CleanupClosePushL(recordset);
   514     CleanupClosePushL(recordset);
   515 
   515 
   516     TInt err(KErrNone);
   516     TInt err(KErrNone);
   517     while ((err = recordset.Next()) == KSqlAtRow)
   517     while ((err = recordset.Next()) == KSqlAtRow)
   518         {
   518         {