appinstaller/AppinstUi/Daemon/Inc/daemoninstaller.h
changeset 37 6e7b00453237
parent 29 26b6f0522fd8
--- a/appinstaller/AppinstUi/Daemon/Inc/daemoninstaller.h	Fri May 14 15:58:48 2010 +0300
+++ b/appinstaller/AppinstUi/Daemon/Inc/daemoninstaller.h	Thu May 27 12:58:35 2010 +0300
@@ -176,7 +176,13 @@
         /**
         * Indicates if this package is valid.
         */
-        TBool IsValidPackageL();      
+        TBool IsValidPackageL(); 
+        
+        /**
+         * Calculate precent value for universal indicator.
+         * This precent value show how many packages has been installed.
+         */      
+        void CalcPercentValue();
         	          
 	
     private:
@@ -215,6 +221,8 @@
         // File handle for USIF.
         RFile iSisFileHandle;
         TBool iFileOpen;
+        //CDialogTimer* iDialogTimer; 
+        TReal32 iPercentValue;
     };		
 }