diff -r 92f864ef0288 -r ae54820ef82c iaupdate/IAD/updater/inc/iaupdatersilentlauncher.h --- a/iaupdate/IAD/updater/inc/iaupdatersilentlauncher.h Wed Jun 23 18:20:02 2010 +0300 +++ b/iaupdate/IAD/updater/inc/iaupdatersilentlauncher.h Tue Jul 06 14:23:31 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;