phonebookui/Phonebook2/UIServices/src/CPbk2AiwSelectionProvider.cpp
branchCompilerCompatibility
changeset 17 1a455957d2fe
parent 3 04ab22b956c2
child 57 2666d9724c76
--- a/phonebookui/Phonebook2/UIServices/src/CPbk2AiwSelectionProvider.cpp	Sun Mar 28 16:35:43 2010 +0100
+++ b/phonebookui/Phonebook2/UIServices/src/CPbk2AiwSelectionProvider.cpp	Mon Mar 29 12:25:48 2010 +0100
@@ -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<MAiwNotifyCallback*>(iCallback)->
             HandleNotifyL( KAiwCmdSelect, KAiwEventOutParamCheck,
                 *iEventParamList, *iInParamList );