appinstaller/AppinstUi/Daemon/Inc/daemoninstaller.h
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
--- a/appinstaller/AppinstUi/Daemon/Inc/daemoninstaller.h	Thu Aug 19 10:02:49 2010 +0300
+++ b/appinstaller/AppinstUi/Daemon/Inc/daemoninstaller.h	Tue Aug 31 15:21:33 2010 +0300
@@ -176,7 +176,13 @@
         /**
         * Indicates if this package is valid.
         */
-        TBool IsValidPackageL( const TDesC& aPackageName );      
+        TBool IsValidPackageL(); 
+        
+        /**
+         * Calculate precent value for universal indicator.
+         * This precent value show how many packages has been installed.
+         */      
+        void CalcPercentValue();
         	          
 	
     private:
@@ -212,6 +218,11 @@
         CProgramStatus* iProgramStatus;   
         // For plugin support
         TBool iUpdateCache;
+        // File handle for USIF.
+        RFile iSisFileHandle;
+        TBool iFileOpen;
+        //CDialogTimer* iDialogTimer; 
+        TReal32 iPercentValue;
     };		
 }