mpxplugins/viewplugins/inc/mpxwaitnotedialog.h
branchRCL_3
changeset 17 c8156a91d13c
parent 0 ff3acec5bc43
--- a/mpxplugins/viewplugins/inc/mpxwaitnotedialog.h	Mon Mar 15 12:40:11 2010 +0200
+++ b/mpxplugins/viewplugins/inc/mpxwaitnotedialog.h	Wed Mar 31 21:26:33 2010 +0300
@@ -189,6 +189,20 @@
                              CAknNoteDialog::TTone aTone = CAknNoteDialog::ENoTone );
 //#endif // __COVER_DISPLAY    
 // Cover UI end
+    
+    /**
+    * Display a process wait dialog
+    * @param aDlgRsc, dialog resource
+    * @param aLabel, text 
+    */
+    void DisplayProcessWaitDialogL( TInt aDlgRsc, const TDesC& aLabel,
+                                     CAknWaitDialog::TTone aTone = CAknWaitDialog::ENoTone );
+    
+    /**
+    * Cancel the process wait dialog
+    */
+    void CancelProcessWaitDialogL();
+
 
 protected:
 
@@ -214,6 +228,7 @@
     TInt                   iResourceOffset;
     CAknQueryDialog*       iQueryDialog; // Not Owned
     CAknNoteDialog* 	   iNoteDialog;  // Not Owned
+    CAknWaitDialog*        iProcessWaitDialog; // Owned
     };
 
 #endif // C_MPXWAITNOTEDIALOG_H