diff -r 5cc91383ab1e -r 7333d7932ef7 iaupdate/IAD/updater/inc/iaupdatersilentlauncher.h --- a/iaupdate/IAD/updater/inc/iaupdatersilentlauncher.h Thu Aug 19 10:02:49 2010 +0300 +++ b/iaupdate/IAD/updater/inc/iaupdatersilentlauncher.h Tue Aug 31 15:21:33 2010 +0300 @@ -24,14 +24,12 @@ #include #include +#include + /** * Class that handles the launching of silent installation. * - * @code - * @endcode - * @lib - * @since S60 */ class CIAUpdaterSilentLauncher : public CBase { @@ -81,13 +79,13 @@ * @return SwiUI::TInstallOptions Options that are used for * silent installation. */ - SwiUI::TInstallOptions SilentInstallOptionsL() const; + void UsifSilentInstallOptionsL( Usif::COpaqueNamedParams * aOptions ); private: // Data - - SwiUI::RSWInstSilentLauncher iLauncher; - SwiUI::TInstallOptionsPckg iOptionsPckg; + Usif::RSoftwareInstall iLauncher; + Usif::COpaqueNamedParams* iOptionsPckg; + Usif::COpaqueNamedParams* iResults; RFs& iFs;