--- 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 );