--- a/idlehomescreen/xmluirendering/uiengine/inc/xnviewdata.h Fri Mar 12 15:41:49 2010 +0200
+++ b/idlehomescreen/xmluirendering/uiengine/inc/xnviewdata.h Mon Mar 15 12:39:47 2010 +0200
@@ -201,7 +201,12 @@
* Returns KNullCDes if wallpaper has not been set.
*/
const TDesC& WallpaperImagePath() const;
-
+
+ /**
+ * Loads publishers to this view
+ */
+ void LoadPublishers();
+
/**
* Destroys all publishers in this view
*
@@ -212,8 +217,6 @@
private:
// new functions
- void LoadPublishers();
-
static TInt DoLoadPublishersL( TAny* aAny );
void DoDestroyPublishersL( TInt aReason );