installationservices/swcomponentregistry/source/client/scrclientsubsessions.cpp
changeset 64 48c14c385b0e
parent 42 d17dc5398051
equal deleted inserted replaced
58:67f2119dc623 64:48c14c385b0e
   641     CApplicationRegistrationData* applicationRegistration = NULL;
   641     CApplicationRegistrationData* applicationRegistration = NULL;
   642     for(TInt i = 0 ; i < aNoOfEntries ; ++i)
   642     for(TInt i = 0 ; i < aNoOfEntries ; ++i)
   643         {
   643         {
   644           applicationRegistration = CApplicationRegistrationData::NewLC();
   644           applicationRegistration = CApplicationRegistrationData::NewLC();
   645           TBool isApplicationRegistrationDataPresent = EFalse;                                    
   645           TBool isApplicationRegistrationDataPresent = EFalse;                                    
   646           DEBUG_PRINTF(_L("Sending the request to retrieve the next Application Info from the AppInfo view."));
   646           DEBUG_PRINTF(_L("Sending the request to retrieve the next application details from the Application Registration view."));
   647           TIpcArgs args;
   647           TIpcArgs args;
   648           TInt argNum = 1;
   648           TInt argNum = 1;
   649           isApplicationRegistrationDataPresent = GetObjectL(*this, *applicationRegistration, EGetApplicationRegistrationSize, EGetApplicationRegistrationData, argNum, args);
   649           isApplicationRegistrationDataPresent = GetObjectL(*this, *applicationRegistration, EGetApplicationRegistrationSize, EGetApplicationRegistrationData, argNum, args);
   650           if(!isApplicationRegistrationDataPresent)
   650           if(!isApplicationRegistrationDataPresent)
   651             {
   651             {