homescreenpluginsrv/hspsmanager/inc/hspsinstallationhandler.h
branchRCL_3
changeset 22 1b207dd38b72
parent 19 edd621764147
child 23 ace62b58f4b2
--- a/homescreenpluginsrv/hspsmanager/inc/hspsinstallationhandler.h	Tue May 11 16:30:05 2010 +0300
+++ b/homescreenpluginsrv/hspsmanager/inc/hspsinstallationhandler.h	Tue May 25 13:01:39 2010 +0300
@@ -209,6 +209,12 @@
          */
         void DisableNotifications();
         
+        /**
+         * Disables installation of UDA and eMMC content.
+         * @since S60 5.2
+         */
+        void DisableUdaEmmcInstallations();
+        
     public: // Functions from base classes
 
         /**
@@ -798,6 +804,9 @@
         // Set if installation files are located in ROM or in UDA, validation is not required
         TBool iTrustedInstallation;
         
+        // Set if installation files should be searched from UDA and eMMC drives
+        TBool iInstallFromUDAEmmc;
+        
         // Set if widget mutliinstance flag
         TInt32 iMultiInstance;