iaupdate/IAD/updater/inc/iaupdaterinstaller.h
changeset 72 a0dc14075813
parent 0 ba25891c3a9e
equal deleted inserted replaced
67:3a625661d1ce 72:a0dc14075813
    20 #ifndef IAUPDATERINSTALLER_H
    20 #ifndef IAUPDATERINSTALLER_H
    21 #define IAUPDATERINSTALLER_H
    21 #define IAUPDATERINSTALLER_H
    22 
    22 
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include <f32file.h>
    24 #include <f32file.h>
       
    25 
       
    26 #include <usif/sif/sif.h>
    25 
    27 
    26 class CIAUpdaterMngr;
    28 class CIAUpdaterMngr;
    27 class CIAUpdaterSilentLauncher;
    29 class CIAUpdaterSilentLauncher;
    28         
    30         
    29 /**
    31 /**
   192     // Silent installation launcher.    
   194     // Silent installation launcher.    
   193     CIAUpdaterSilentLauncher* iInstallLauncher;
   195     CIAUpdaterSilentLauncher* iInstallLauncher;
   194 
   196 
   195     // CActiveSchedulerWait object can be used as a data member 
   197     // CActiveSchedulerWait object can be used as a data member 
   196     // inside other CBase derived classes.
   198     // inside other CBase derived classes.
   197     CActiveSchedulerWait iWaiter;    
   199     CActiveSchedulerWait iWaiter;   
       
   200     
       
   201     // Installaion results
       
   202     Usif::COpaqueNamedParams* iResults;
   198 
   203 
   199     };		
   204     };		
   200 
   205 
   201 #endif //CIAUPDATERINSTALLER_H
   206 #endif //CIAUPDATERINSTALLER_H
   202 
   207