diff -r d17dc5398051 -r 329d304c1aa1 iaupdate/IAD/updater/inc/iaupdatersilentlauncher.h --- a/iaupdate/IAD/updater/inc/iaupdatersilentlauncher.h Fri Jun 11 13:45:18 2010 +0300 +++ b/iaupdate/IAD/updater/inc/iaupdatersilentlauncher.h Thu Jun 24 12:37:54 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;