diff -r 5cc91383ab1e -r 7333d7932ef7 ncdengine/provider/client/inc/ncdsilentinstalloperationproxy.h --- a/ncdengine/provider/client/inc/ncdsilentinstalloperationproxy.h Thu Aug 19 10:02:49 2010 +0300 +++ b/ncdengine/provider/client/inc/ncdsilentinstalloperationproxy.h Tue Aug 31 15:21:33 2010 +0300 @@ -22,7 +22,7 @@ #include // For silent install options and options package -#include +#include #include "ncdinstalloperationproxy.h" @@ -51,7 +51,7 @@ CNcdNodeManagerProxy* aNodeManager, MNcdInstallOperationObserver* aObserver, MNcdInstallationService& aInstallationService, - const SwiUI::TInstallOptions& aInstallOptions ); + Usif::COpaqueNamedParams* aInstallOptions ); protected: // CActive @@ -70,7 +70,7 @@ * @see NewLC */ CNcdSilentInstallOperationProxy( MNcdInstallationService& aInstallationService, - const SwiUI::TInstallOptions& aInstallOptions ); + Usif::COpaqueNamedParams* aInstallOptions ); virtual ~CNcdSilentInstallOperationProxy(); @@ -99,10 +99,10 @@ virtual void UseInstallServiceL( const CNcdFileInfo& aFile ); /** - * @return const SwiUI::TInstallOptionsPckg& Contains the install options + * @return const Usif::COpaqueNamedParams* Contains the install options * for silent install in a data buffer. */ - const SwiUI::TInstallOptionsPckg& SilentInstallOptionsPackage() const; + const Usif::COpaqueNamedParams* SilentInstallOptions() const; private: // new methods @@ -114,8 +114,9 @@ private: // data + // This will contain the install options for silent install in a data buffer. - SwiUI::TInstallOptionsPckg iInstallOptionsPackage; + Usif::COpaqueNamedParams* iInstallOptions; };