appinstaller/AppinstUi/Daemon/Inc/daemoninstaller.h
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
   174         TBool IsMediaPresent( TChar aDrive );
   174         TBool IsMediaPresent( TChar aDrive );
   175 
   175 
   176         /**
   176         /**
   177         * Indicates if this package is valid.
   177         * Indicates if this package is valid.
   178         */
   178         */
   179         TBool IsValidPackageL( const TDesC& aPackageName );      
   179         TBool IsValidPackageL(); 
       
   180         
       
   181         /**
       
   182          * Calculate precent value for universal indicator.
       
   183          * This precent value show how many packages has been installed.
       
   184          */      
       
   185         void CalcPercentValue();
   180         	          
   186         	          
   181 	
   187 	
   182     private:
   188     private:
   183                
   189                
   184         MDaemonInstallBehaviour* iDaemonBehaviour;	
   190         MDaemonInstallBehaviour* iDaemonBehaviour;	
   210         // For uninstaller
   216         // For uninstaller
   211         TInt iGeneralProcessStatus;
   217         TInt iGeneralProcessStatus;
   212         CProgramStatus* iProgramStatus;   
   218         CProgramStatus* iProgramStatus;   
   213         // For plugin support
   219         // For plugin support
   214         TBool iUpdateCache;
   220         TBool iUpdateCache;
       
   221         // File handle for USIF.
       
   222         RFile iSisFileHandle;
       
   223         TBool iFileOpen;
       
   224         //CDialogTimer* iDialogTimer; 
       
   225         TReal32 iPercentValue;
   215     };		
   226     };		
   216 }
   227 }
   217 
   228