appinstaller/AppinstUi/Daemon/Inc/daemoninstaller.h
changeset 37 6e7b00453237
parent 29 26b6f0522fd8
equal deleted inserted replaced
33:8110bf1194d1 37:6e7b00453237
   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(); 
       
   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;	
   213         // For plugin support
   219         // For plugin support
   214         TBool iUpdateCache;
   220         TBool iUpdateCache;
   215         // File handle for USIF.
   221         // File handle for USIF.
   216         RFile iSisFileHandle;
   222         RFile iSisFileHandle;
   217         TBool iFileOpen;
   223         TBool iFileOpen;
       
   224         //CDialogTimer* iDialogTimer; 
       
   225         TReal32 iPercentValue;
   218     };		
   226     };		
   219 }
   227 }
   220 
   228