ncdengine/provider/client/inc/ncdsilentinstalloperationproxy.h
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
--- a/ncdengine/provider/client/inc/ncdsilentinstalloperationproxy.h	Tue Aug 31 15:21:33 2010 +0300
+++ b/ncdengine/provider/client/inc/ncdsilentinstalloperationproxy.h	Wed Sep 01 12:22:02 2010 +0100
@@ -22,7 +22,7 @@
 #include <e32cmn.h>
 
 // For silent install options and options package
-#include <usif/sif/sifcommon.h>
+#include <SWInstDefs.h>
 
 #include "ncdinstalloperationproxy.h"
 
@@ -51,7 +51,7 @@
                         CNcdNodeManagerProxy* aNodeManager,
                         MNcdInstallOperationObserver* aObserver,
                         MNcdInstallationService& aInstallationService,
-                        Usif::COpaqueNamedParams* aInstallOptions );
+                        const SwiUI::TInstallOptions& aInstallOptions );
 
 
 protected: // CActive
@@ -70,7 +70,7 @@
      * @see NewLC
      */
     CNcdSilentInstallOperationProxy( MNcdInstallationService& aInstallationService,
-                                     Usif::COpaqueNamedParams* aInstallOptions );
+                                     const SwiUI::TInstallOptions& aInstallOptions );
     
     virtual ~CNcdSilentInstallOperationProxy();
 
@@ -99,10 +99,10 @@
     virtual void UseInstallServiceL( const CNcdFileInfo& aFile );
     
     /**
-     * @return const Usif::COpaqueNamedParams* Contains the install options 
+     * @return const SwiUI::TInstallOptionsPckg& Contains the install options 
      * for silent install in a data buffer.
      */
-    const Usif::COpaqueNamedParams* SilentInstallOptions() const;
+    const SwiUI::TInstallOptionsPckg& SilentInstallOptionsPackage() const;
     
     
 private: // new methods
@@ -114,9 +114,8 @@
 
 private: // data
 
-    
     // This will contain the install options for silent install in a data buffer.
-    Usif::COpaqueNamedParams* iInstallOptions;
+    SwiUI::TInstallOptionsPckg iInstallOptionsPackage;
 
     };