--- a/idlehomescreen/widgetmanager/inc/wmwidgetloaderao.h Fri Mar 12 15:41:49 2010 +0200
+++ b/idlehomescreen/widgetmanager/inc/wmwidgetloaderao.h Mon Mar 15 12:39:47 2010 +0200
@@ -56,6 +56,11 @@
*/
void StartLoading();
+ /**
+ * Is loading ongoing.
+ */
+ TBool IsLoading();
+
private:
/**
@@ -85,6 +90,11 @@
private:
/**
+ * connects to wrt registry
+ */
+ void OpenSessionL();
+
+ /**
* loads widgets into the listbox
*/
void DoLoadWidgetsL();
@@ -126,6 +136,9 @@
/** uid of currently unistalled widget */
TUid iUninstallUid;
+
+ /** switch for loading operation */
+ TBool iLoading;
};
#endif // WMWIDGETLOADERAO_H_