diff -r 15e4dd19031c -r a0713522ab97 idlefw/inc/framework/aistatemanager.h --- 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 #include -#include // for MProgressDialogCallback // User includes #include @@ -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 iReloadPlugins;