idlehomescreen/xmluirendering/uiengine/inc/xnrootdata.h
branchRCL_3
changeset 28 d721605b30d0
parent 9 f966699dea19
child 31 89165693e770
--- a/idlehomescreen/xmluirendering/uiengine/inc/xnrootdata.h	Wed Jun 09 09:29:04 2010 +0300
+++ b/idlehomescreen/xmluirendering/uiengine/inc/xnrootdata.h	Mon Jun 21 15:27:11 2010 +0300
@@ -169,13 +169,19 @@
      * @return number of pages allowed
      */
     TInt32 MaxPages();
-    
+
+    /**
+     * Returns ETrue, if all views are loaded
+     */
+    TBool AllViewsLoaded() const;
+
+    /**
+     * Returns ETrue, if all views are destoyed
+     */
+    TBool AllViewsDestroyed() const;
+
 private:
     // New functions
-    
-    TBool AllViewsLoaded() const;
-    TBool AllViewsDestroyed() const;
-    
     static TInt RunLoadL( TAny* aAny );
     static TInt RunDestroyL( TAny *aAny );