ncdengine/provider/client/inc/ncdnodeinstallproxy.h
changeset 44 329d304c1aa1
parent 0 ba25891c3a9e
child 66 8b7f4e561641
equal deleted inserted replaced
42:d17dc5398051 44:329d304c1aa1
   123     /**
   123     /**
   124      * @see MNcdNodeInstall::InstallL()
   124      * @see MNcdNodeInstall::InstallL()
   125      */ 
   125      */ 
   126     MNcdInstallOperation* InstallL( MNcdInstallOperationObserver& aObserver );
   126     MNcdInstallOperation* InstallL( MNcdInstallOperationObserver& aObserver );
   127 
   127 
   128 
       
   129     /**
   128     /**
   130      * @see MNcdNodeInstall::SilentInstallL()
   129      * @see MNcdNodeInstall::SilentInstallL()
   131      */ 
   130      */ 
   132     MNcdInstallOperation* SilentInstallL( MNcdInstallOperationObserver& aObserver,
   131     MNcdInstallOperation* SilentInstallL( 
   133                                           const SwiUI::TInstallOptions& aInstallOptions );
   132                 MNcdInstallOperationObserver& aObserver,
   134     
   133                 Usif::COpaqueNamedParams* aInstallOptions );
   135 
       
   136     /**
   134     /**
   137      * @see MNcdNodeInstall::IsInstalledL()
   135      * @see MNcdNodeInstall::IsInstalledL()
   138      */ 
   136      */ 
   139     TBool IsInstalledL() const;
   137     TBool IsInstalledL() const;
   140 
   138