webengine/widgetregistry/Server/src/WidgetRegistryServer.cpp
branchRCL_3
changeset 36 c711bdda59f4
parent 27 6297cdf66332
child 41 4bd5176e1bc8
equal deleted inserted replaced
35:1f3c3f2f5b0a 36:c711bdda59f4
   125         {
   125         {
   126         TRAP_IGNORE(
   126         TRAP_IGNORE(
   127             apparcSession.RegisterNonNativeApplicationTypeL(
   127             apparcSession.RegisterNonNativeApplicationTypeL(
   128                 KUidWidgetLauncher, KLauncherApp()));
   128                 KUidWidgetLauncher, KLauncherApp()));
   129 
   129 
       
   130 
       
   131        TRAP_IGNORE(
       
   132             apparcSession.RegisterNonNativeApplicationTypeL(
       
   133                 KUidWgtWidgetLauncher, KWgtLauncherApp()));
       
   134                 
       
   135                 
   130 		    apparcSession.PrepareNonNativeApplicationsUpdatesL();
   136 		    apparcSession.PrepareNonNativeApplicationsUpdatesL();
   131             apparcSession.ForceCommitNonNativeApplicationsUpdatesL();
   137             apparcSession.ForceCommitNonNativeApplicationsUpdatesL();
   132         apparcSession.Close();
   138         apparcSession.Close();
   133         }
   139         }
   134 
   140