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