idlehomescreen/sapiwrapper/hspswrapper/inc/hspswrapper.h
branchRCL_3
changeset 31 89165693e770
parent 25 137ebc85284b
equal deleted inserted replaced
28:d721605b30d0 31:89165693e770
   235      * @return Operation status. KErrNone (success), KErrNotFound
   235      * @return Operation status. KErrNone (success), KErrNotFound
   236      */
   236      */
   237     IMPORT_C TInt SetActivePluginL(const TDesC8& aPluginId);     
   237     IMPORT_C TInt SetActivePluginL(const TDesC8& aPluginId);     
   238               
   238               
   239      /**
   239      /**
   240        * Restores plug-in configurations from eMMC, UDA and ROM drives.       
   240        * Activates another application configuration.       
   241        *
   241        *
   242        * @return Operation status. KErrNone (success), KErrNotFound
   242        * @return Operation status. KErrNone (success), KErrNotFound
   243        */
   243        */
   244     IMPORT_C TInt RestoreDefaultConfL();      
   244     IMPORT_C TInt RestoreDefaultConfL();      
       
   245     
       
   246     /**
       
   247       * Restores plug-in configurations from eMMC, UDA and ROM drives.       
       
   248       *
       
   249       * @return Operation status. KErrNone (success), KErrNotFound
       
   250       */
       
   251     IMPORT_C TInt RestoreAllConfL();
   245             
   252             
   246     /**
   253     /**
   247       * Restores plug-in configurations from ROM only. To be used if content
   254       * Restores plug-in configurations from ROM only. To be used if content
   248       * in UDA and eMMC drives is causing panics.
   255       * in UDA and eMMC drives is causing panics.
   249       *
   256       *