diff -r b3431bff8c19 -r 5586b4d2ec3e phonebookui/Phonebook2/inc/CPbk2NamesListControl.h --- a/phonebookui/Phonebook2/inc/CPbk2NamesListControl.h Wed Mar 31 21:13:53 2010 +0300 +++ b/phonebookui/Phonebook2/inc/CPbk2NamesListControl.h Wed Apr 14 15:45:35 2010 +0300 @@ -242,7 +242,14 @@ IMPORT_C void HandleViewForegroundEventL( TBool aForeground ); - + /** + * For special case: Call this function to skip showing the + * blocking progress note when mass update is going on in nameslistview. + * When done, MassUpdateSkipProgressNote(EFalse) must always be + * called to reset back to original state (even if a Leave would happen in between) + * @param aSkip - ETrue if progress note should not be displayed. EFalse reset to normal. + */ + IMPORT_C void MassUpdateSkipProgressNote( TBool aSkip ); public: // From CCoeControl void MakeVisible(