diff -r e686773b3f54 -r 04ab22b956c2 phonebookui/Phonebook2/UIServices/src/CPbk2AiwSelectionProvider.cpp --- a/phonebookui/Phonebook2/UIServices/src/CPbk2AiwSelectionProvider.cpp Tue Feb 02 10:12:17 2010 +0200 +++ b/phonebookui/Phonebook2/UIServices/src/CPbk2AiwSelectionProvider.cpp Fri Feb 19 22:40:27 2010 +0200 @@ -263,7 +263,7 @@ // -------------------------------------------------------------------------- // TBool CPbk2AiwSelectionProvider::AcceptSelectionL - ( TInt aNumberOfSelectedContacts, HBufC8& /*aContactLink*/ ) + ( TInt aNumberOfSelectedContacts, HBufC8& aContactLink ) { PBK2_DEBUG_PRINT( PBK2_DEBUG_STRING( "CPbk2AiwSelectionProvider::AcceptSelectionL(0x%x)"), this ); @@ -271,6 +271,9 @@ iEventParamList->AppendL( TAiwGenericParam( EGenericParamSelectedCount, TAiwVariant(aNumberOfSelectedContacts ) ) ); + iEventParamList->AppendL( + TAiwGenericParam( EGenericParamContactLinkArray, + TAiwVariant( aContactLink ) ) ); TBool acceptOutput = const_cast(iCallback)-> HandleNotifyL( KAiwCmdSelect, KAiwEventOutParamCheck, *iEventParamList, *iInParamList );