--- a/phonebookui/Phonebook2/inc/CPbk2FetchDlg.h Wed Sep 15 11:56:55 2010 +0300
+++ b/phonebookui/Phonebook2/inc/CPbk2FetchDlg.h Wed Oct 13 14:15:33 2010 +0300
@@ -159,14 +159,6 @@
*/
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();
@@ -212,7 +204,6 @@
void SelectContactL(
const MVPbkContactLink& aLink,
TBool aSelected );
- TBool IsSelectPermitted();
private: // From MPbk2StoreConfigurationObserver
void ConfigurationChanged();
@@ -321,8 +312,6 @@
CPbk2NamesListControl* iNamesListControl;
/// Not own: Group list control
CPbk2NamesListControl* iGroupListControl;
- /// Is selection permitted
- TBool iSelectPermitted;
};
#endif // CPBK2FETCHDLG_H