mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/src/mpxdbabstractalbum.cpp
branchRCL_3
changeset 66 1f1dad4af8f8
parent 56 2cbbefa9af78
equal deleted inserted replaced
60:bdd9da0d70fe 66:1f1dad4af8f8
   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         {