idlefw/src/idleint/aiuiidleintegrationimpl.h
branchRCL_3
changeset 14 15e4dd19031c
parent 11 bd874ee5e5e2
--- a/idlefw/src/idleint/aiuiidleintegrationimpl.h	Mon Mar 15 12:41:53 2010 +0200
+++ b/idlefw/src/idleint/aiuiidleintegrationimpl.h	Wed Mar 31 22:04:35 2010 +0300
@@ -68,6 +68,8 @@
            
     static TInt HandleCallEvent( TAny *aPtr );
     
+    static TInt HandleUiStartupStateChange( TAny *aPtr );
+    
 private: 
     // data  
 
@@ -94,6 +96,13 @@
     * Owned
     */
     MAiPSPropertyObserver* iCallStatusObserver;
+    
+    /**
+    * Ui startup state
+    * Owned
+    */
+    MAiPSPropertyObserver* iUiStartupStateObserver;
+    
     /**
      * Framework event handler. For notifying critical startup over.
      * Not owned.
@@ -101,7 +110,8 @@
     MAiFwEventHandler* iAiFwEventHandler;
     
     TBool iForeground;
-    TBool iIncallBubbleAllowed;    
+    TBool iIncallBubbleAllowed;  
+    TBool iUiStartupPhaseOk;    
     };
 
 #endif // C_AIUIIDLEINTEGRATION_H