ncdengine/provider/client/inc/ncdoperationmanagerproxy.h
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
    61 class CNcdServerReportOperationProxy;
    61 class CNcdServerReportOperationProxy;
    62 class MNcdServerReportOperationObserver;
    62 class MNcdServerReportOperationObserver;
    63 
    63 
    64 
    64 
    65 // Forward declaration for silent install
    65 // Forward declaration for silent install
    66 // Usif::TInstallOptions
    66 // SwiUI::TInstallOptions
    67 namespace Usif
    67 namespace SwiUI
    68     {
    68     {
    69     class COpaqueNamedParams;    
    69     class TInstallOptions;    
    70     }
    70     }
    71 
    71 
    72 /**
    72 /**
    73  *  CNodeManagerProxy provides functions to ...
    73  *  CNodeManagerProxy provides functions to ...
    74  *  @lib ?library
    74  *  @lib ?library
   228      * @return
   228      * @return
   229      */
   229      */
   230     virtual CNcdSilentInstallOperationProxy* CreateSilentInstallOperationL(
   230     virtual CNcdSilentInstallOperationProxy* CreateSilentInstallOperationL(
   231         CNcdNodeProxy& aNode, 
   231         CNcdNodeProxy& aNode, 
   232         MNcdInstallOperationObserver* aObserverconst,
   232         MNcdInstallOperationObserver* aObserverconst,
   233         Usif::COpaqueNamedParams* aInstallOptions );
   233         const SwiUI::TInstallOptions& aInstallOptions );
   234     
   234     
   235     
   235     
   236     /**
   236     /**
   237      * Creates a DRM rights object download & install operation.
   237      * Creates a DRM rights object download & install operation.
   238      * 
   238      *