phonebookui/Phonebook2/inc/CPbk2FetchDlg.h
branchRCL_3
changeset 58 d4f567ce2e7c
parent 26 0d28c1c5b6dd
child 64 c1e8ba0c2b16
--- a/phonebookui/Phonebook2/inc/CPbk2FetchDlg.h	Thu Jul 15 18:22:55 2010 +0300
+++ b/phonebookui/Phonebook2/inc/CPbk2FetchDlg.h	Thu Aug 19 09:41:07 2010 +0300
@@ -159,6 +159,14 @@
          */
         IMPORT_C void AcceptDelayedFetchL(
                 const TDesC8& aContactLink );
+        
+        /**
+         * Unmarks the given contact as selected.
+         *
+         * @param aContactLink  Link to a contact to select.
+         */
+        IMPORT_C void DenyDelayedFetchL(
+                const TDesC8& aContactLink );
 
     public: // From CEikDialog
         IMPORT_C TInt ExecuteLD();
@@ -204,6 +212,7 @@
         void SelectContactL(
                 const MVPbkContactLink& aLink,
                 TBool aSelected );
+        TBool IsSelectPermitted();
         
     private: // From MPbk2StoreConfigurationObserver
     	void ConfigurationChanged();
@@ -312,6 +321,8 @@
         CPbk2NamesListControl* iNamesListControl;
         /// Not own: Group list control
         CPbk2NamesListControl* iGroupListControl;
+        /// Is selection permitted
+        TBool iSelectPermitted;
     };
 
 #endif // CPBK2FETCHDLG_H