installationservices/swi/source/sislauncher/server/sislauncherserver.cpp
changeset 42 d17dc5398051
parent 33 8110bf1194d1
child 50 c6e8afe0ba85
equal deleted inserted replaced
37:6e7b00453237 42:d17dc5398051
   559     RApaLsSession apaSession;
   559     RApaLsSession apaSession;
   560     User::LeaveIfError(apaSession.Connect());
   560     User::LeaveIfError(apaSession.Connect());
   561     CleanupClosePushL(apaSession);
   561     CleanupClosePushL(apaSession);
   562 
   562 
   563     // UI frameworks advise ignoring the return code
   563     // UI frameworks advise ignoring the return code
   564     // Proceeding even if force registration fails so that installtion is not aborted
   564     // Proceeding even if force registration fails so that installation is not aborted
   565     apaSession.ForceRegistration(aApplicationRegistrationData);
   565     apaSession.ForceRegistration(aApplicationRegistrationData);
   566     CleanupStack::PopAndDestroy();
   566     CleanupStack::PopAndDestroy();
   567     }
   567     }
   568 #endif
   568 #endif
   569 #endif
   569 #endif