appinstaller/AppinstUi/Daemon/Inc/daemoninstaller.h
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
   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(); 
   179         TBool IsValidPackageL( const TDesC& aPackageName );      
   180         
       
   181         /**
       
   182          * Calculate precent value for universal indicator.
       
   183          * This precent value show how many packages has been installed.
       
   184          */      
       
   185         void CalcPercentValue();
       
   186         	          
   180         	          
   187 	
   181 	
   188     private:
   182     private:
   189                
   183                
   190         MDaemonInstallBehaviour* iDaemonBehaviour;	
   184         MDaemonInstallBehaviour* iDaemonBehaviour;	
   216         // For uninstaller
   210         // For uninstaller
   217         TInt iGeneralProcessStatus;
   211         TInt iGeneralProcessStatus;
   218         CProgramStatus* iProgramStatus;   
   212         CProgramStatus* iProgramStatus;   
   219         // For plugin support
   213         // For plugin support
   220         TBool iUpdateCache;
   214         TBool iUpdateCache;
   221         // File handle for USIF.
       
   222         RFile iSisFileHandle;
       
   223         TBool iFileOpen;
       
   224         //CDialogTimer* iDialogTimer; 
       
   225         TReal32 iPercentValue;
       
   226     };		
   215     };		
   227 }
   216 }
   228 
   217