appinstaller/AppinstUi/Daemon/Inc/daemoninstaller.h
changeset 29 26b6f0522fd8
parent 0 ba25891c3a9e
child 37 6e7b00453237
equal deleted inserted replaced
25:98b66e4fb0be 29:26b6f0522fd8
   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         	          
   180         	          
   181 	
   181 	
   182     private:
   182     private:
   183                
   183                
   184         MDaemonInstallBehaviour* iDaemonBehaviour;	
   184         MDaemonInstallBehaviour* iDaemonBehaviour;	
   210         // For uninstaller
   210         // For uninstaller
   211         TInt iGeneralProcessStatus;
   211         TInt iGeneralProcessStatus;
   212         CProgramStatus* iProgramStatus;   
   212         CProgramStatus* iProgramStatus;   
   213         // For plugin support
   213         // For plugin support
   214         TBool iUpdateCache;
   214         TBool iUpdateCache;
       
   215         // File handle for USIF.
       
   216         RFile iSisFileHandle;
       
   217         TBool iFileOpen;
   215     };		
   218     };		
   216 }
   219 }
   217 
   220