phonebookui/Phonebook2/inc/CPbk2NamesListControl.h
branchRCL_3
changeset 23 5586b4d2ec3e
parent 15 e8e3147d53eb
child 32 2828b4d142c0
--- 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(