idlehomescreen/inc/xnviewmanager.h
branchRCL_3
changeset 16 9674c1a575e9
parent 15 ff572dfe6d86
child 30 b8fae6b8a148
--- a/idlehomescreen/inc/xnviewmanager.h	Fri Mar 12 15:41:49 2010 +0200
+++ b/idlehomescreen/inc/xnviewmanager.h	Mon Mar 15 12:39:47 2010 +0200
@@ -41,6 +41,7 @@
 class CHsContentInfo;
 class CXnViewAdapter;
 class CXnOomSysHandler;
+class CIdle;
 
 namespace hspswrapper
     {
@@ -211,6 +212,8 @@
     CXnOomSysHandler& OomSysHandler() const;
     
     void UpdatePageManagementInformationL();
+    
+    TBool UiStartupPhaseAllDone() const;
             
 private:
     // new functions
@@ -245,10 +248,7 @@
     
     void ShowDiskFullMessageL() const;
           
-
     TInt ResolveIconIndex( TInt aPageCount, TInt aPageNum ) const;
-
-    void UpdateWallpaperL( CXnViewData& aCurrent, CXnViewData& aNew );
     
     /**
      * Callback for stability timer
@@ -362,7 +362,12 @@
      * Own.
      */
     CPeriodic* iStabilityTimer;
-        
+
+    /**
+     * Flag to indicate that UI startup phase is ready
+     */
+    TBool iUiStartupPhaseAllDone;
+    
 private:   
     // Friend classes