idlefw/inc/framework/aistatemanager.h
branchRCL_3
changeset 15 a0713522ab97
parent 14 15e4dd19031c
child 19 edd621764147
--- a/idlefw/inc/framework/aistatemanager.h	Wed Mar 31 22:04:35 2010 +0300
+++ b/idlefw/inc/framework/aistatemanager.h	Wed Apr 14 16:16:44 2010 +0300
@@ -22,7 +22,6 @@
 // System includes
 #include <e32base.h>
 #include <babitflags.h>
-#include <AknProgressDialog.h> // for MProgressDialogCallback
 
 // User includes
 #include <aifwdefs.h>
@@ -33,7 +32,6 @@
 class CAiCpsCommandBuffer;
 class CHsContentPublisher;
 class THsPublisherInfo;
-class CAknWaitDialog;
 
 /**
  * State Manager
@@ -43,8 +41,7 @@
  * @since S60 5.0
  */
 NONSHARABLE_CLASS( CAiStateManager ) : public CBase,
-    public MAiStateObserver,
-    public MProgressDialogCallback
+    public MAiStateObserver
     {
 private:
     // Data types
@@ -192,24 +189,7 @@
      * @since S60 5.2
      */
     void DestroyPlugins();
-              
-    /**
-     * Starts wait dialog with progress bar.
-     */
-    void StartWaitDialogL();
-
-    /**
-     * Stops wait dialog with progress bar.
-     */
-    void StopWaitDialogL();
-
-    /**
-     * Callback method from MProgressDialogCallback interface.
-     * Gets called when a dialog is dismissed.
-     * @param aButtonId Id of the pushed button.
-     */
-    void DialogDismissedL( TInt aButtonId );
-                          
+                         
     /**
      * Flushes cps command buffer
      * 
@@ -229,13 +209,7 @@
     /** Flags */
     TBitFlags32 iFlags;
     /** Halted flag */
-    TBool iHalt;
-    /**
-     * Own.
-     * Pointer to wait dialog.
-     */ 
-    CAknWaitDialog* iWaitDialog;
-   
+    TBool iHalt;   
     /** List of plugins which should be reloaded */
     RArray<THsPublisherInfo> iReloadPlugins;