diff -r 7333d7932ef7 -r 8b7f4e561641 ncdengine/provider/client/inc/ncdnodeinstallproxy.h --- a/ncdengine/provider/client/inc/ncdnodeinstallproxy.h Tue Aug 31 15:21:33 2010 +0300 +++ b/ncdengine/provider/client/inc/ncdnodeinstallproxy.h Wed Sep 01 12:22:02 2010 +0100 @@ -125,12 +125,14 @@ */ MNcdInstallOperation* InstallL( MNcdInstallOperationObserver& aObserver ); + /** * @see MNcdNodeInstall::SilentInstallL() */ - MNcdInstallOperation* SilentInstallL( - MNcdInstallOperationObserver& aObserver, - Usif::COpaqueNamedParams* aInstallOptions ); + MNcdInstallOperation* SilentInstallL( MNcdInstallOperationObserver& aObserver, + const SwiUI::TInstallOptions& aInstallOptions ); + + /** * @see MNcdNodeInstall::IsInstalledL() */