iaupdate/IAD/updater/inc/iaupdatersilentlauncher.h
changeset 69 b18a4bf55ddb
parent 44 329d304c1aa1
equal deleted inserted replaced
64:48c14c385b0e 69:b18a4bf55ddb
    20 #ifndef IAUPDATERSILENTLAUNCHER_H
    20 #ifndef IAUPDATERSILENTLAUNCHER_H
    21 #define IAUPDATERSILENTLAUNCHER_H
    21 #define IAUPDATERSILENTLAUNCHER_H
    22 
    22 
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include <f32file.h>
    24 #include <f32file.h>
    25 #include <SWInstApi.h>
       
    26 
    25 
    27 #include <usif/sif/sif.h>
    26 #include <usif/sif/sif.h>
    28 
    27 
    29 
    28 
    30 /**
    29 /**
    51      * Performs installation.
    50      * Performs installation.
    52      *
    51      *
    53      * @since 
    52      * @since 
    54      * @param aFile Name of the file to install
    53      * @param aFile Name of the file to install
    55      * @param aStatus Request status
    54      * @param aStatus Request status
       
    55      * @param aResults Installation results 
    56      */
    56      */
    57     void InstallL( const TDesC& aFile, TRequestStatus& aStatus );
    57     void CIAUpdaterSilentLauncher::InstallL ( const TDesC& aFile, 
    58 
    58             TRequestStatus& aStatus, Usif::COpaqueNamedParams* aResults  );
       
    59     
    59     /**
    60     /**
    60      * Cancel the current installation.
    61      * Cancel the current installation.
    61      *
    62      *
    62      * @since
    63      * @since
    63      */
    64      */
    83 
    84 
    84 private: //  Data
    85 private: //  Data
    85     
    86     
    86     Usif::RSoftwareInstall iLauncher;
    87     Usif::RSoftwareInstall iLauncher;
    87     Usif::COpaqueNamedParams* iOptionsPckg; 
    88     Usif::COpaqueNamedParams* iOptionsPckg; 
    88     Usif::COpaqueNamedParams* iResults;
       
    89 
    89 
    90     RFs& iFs;        
    90     RFs& iFs;        
    91     
    91     
    92     TBool iConnected;
    92     TBool iConnected;
    93     };
    93     };