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