idlehomescreen/widgetmanager/inc/wmwidgetloaderao.h
branchRCL_3
changeset 12 9674c1a575e9
parent 11 ff572dfe6d86
child 26 1b758917cafc
--- 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_