homescreensrv_plat/sapi_homescreenplugin/hspsservice/src/hspspersonalisationservice.cpp
branchRCL_3
changeset 27 2c7f27287390
parent 22 1b207dd38b72
--- a/homescreensrv_plat/sapi_homescreenplugin/hspsservice/src/hspspersonalisationservice.cpp	Mon Jun 21 16:00:38 2010 +0300
+++ b/homescreensrv_plat/sapi_homescreenplugin/hspsservice/src/hspspersonalisationservice.cpp	Thu Jul 15 18:59:18 2010 +0300
@@ -347,16 +347,11 @@
 // Restore active application configuration
 // -----------------------------------------------------------------------------
 EXPORT_C void CHspsPersonalisationService::RestoreActiveAppConfL(
-    TInt aAppUid,
-    TDesC8& aConfUid )
-    {
-
-    const TInt confUid = HspsServiceUtilities::HexString2IntL( aConfUid );        
-
+    TInt aAppUid )
+    {           
     // Set configuration state
-    const ThspsServiceCompletedMessage ret = iHspsClient->hspsRestoreActiveAppConf( 
-        aAppUid,
-        confUid );
+    const ThspsServiceCompletedMessage ret = 
+            iHspsClient->hspsRestoreActiveAppConf( aAppUid );
 
     if ( ret != EhspsRestoreActiveAppConfSuccess )
         {
@@ -434,8 +429,8 @@
     const TInt aAppUid, 
     const TRestore aOperation )
     {        
-    ThspsRestore operation( EhspsRestoreAll );
-    if( aOperation == EDefault )
+    ThspsRestore operation( EhspsRestoreAll );        
+    if( aOperation == EAll )
         {
         operation = EhspsRestoreAll; 
         }