ncdengine/provider/client/inc/ncdnodeinstallproxy.h
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
   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