equal
deleted
inserted
replaced
3423 nmspId ); |
3423 nmspId ); |
3424 User::LeaveIfError( connection.ExecuteL( |
3424 User::LeaveIfError( connection.ExecuteL( |
3425 buffer.ConstBufferL(), emptyRow ) ); |
3425 buffer.ConstBufferL(), emptyRow ) ); |
3426 iDictionaryToBeCleaned = EFalse; |
3426 iDictionaryToBeCleaned = EFalse; |
3427 } |
3427 } |
|
3428 |
|
3429 // empryRow, rowDataDelContext, rowDataUpdRel, rowDataDelRel, rowDataUpd, |
|
3430 CleanupStack::PopAndDestroy( 5, &rowDataUpd ); |
3428 } |
3431 } |
3429 |
3432 |
3430 // empryRow, rowDataDelContext, rowDataUpdRel, rowDataDelRel, rowDataUpd, |
|
3431 // rowDataDel, commonClauseOne |
3433 // rowDataDel, commonClauseOne |
3432 CleanupStack::PopAndDestroy( 7, &commonClauseOne ); |
3434 CleanupStack::PopAndDestroy( 2, &commonClauseOne ); |
3433 |
3435 |
3434 #ifdef MDS_PLAYLIST_HARVESTING_ENABLED |
3436 #ifdef MDS_PLAYLIST_HARVESTING_ENABLED |
3435 if( updateResult == 0 ) |
3437 if( updateResult == 0 ) |
3436 { |
3438 { |
3437 updateResult = CleanPlaylistsL(); |
3439 updateResult = CleanPlaylistsL(); |