appinstaller/AppinstUi/Daemon/Inc/uninstaller.h
changeset 37 6e7b00453237
parent 29 26b6f0522fd8
--- a/appinstaller/AppinstUi/Daemon/Inc/uninstaller.h	Fri May 14 15:58:48 2010 +0300
+++ b/appinstaller/AppinstUi/Daemon/Inc/uninstaller.h	Thu May 27 12:58:35 2010 +0300
@@ -137,6 +137,12 @@
          * @since 3.2 
          */       
         void ExitUninstaller();
+        
+        /**
+          * Calculate precent value for universal indicator.
+          * This precent value show how many packages has been uninstalled.
+          */              
+        void CalcPercentValue();
                                              
     private:
                 
@@ -163,7 +169,9 @@
         // Uninstaller dialog.        
         CDialogWrapper* iDialogs;
         // Descriptor for mime type.
-        HBufC* iMime;                 
+        HBufC* iMime;  
+        // Percent value for universal indicator.
+        TReal iPercentValue;
     };      
 
 } //namespace Swi