installationservices/swi/source/sisregistry/server_legacy/sisregistrycache.cpp
branchRCL_3
changeset 21 5bddc28da627
parent 17 741e5bba2bd1
child 23 cd189dac02f7
equal deleted inserted replaced
19:f8cf9d484c15 21:5bddc28da627
   439 			{
   439 			{
   440 			DEBUG_PRINTF(_L8("Sis Registry Server - Registry file does not match entry directory. Corrupt."));
   440 			DEBUG_PRINTF(_L8("Sis Registry Server - Registry file does not match entry directory. Corrupt."));
   441 			User::Leave(KErrCorrupt);	
   441 			User::Leave(KErrCorrupt);	
   442 			}
   442 			}
   443 			
   443 			
   444 		iTokens.Append(token);
   444 		iTokens.AppendL(token);
   445 		CleanupStack::Pop(token);
   445 		CleanupStack::Pop(token);
   446 		CleanupStack::PopAndDestroy(&fileStream);
   446 		CleanupStack::PopAndDestroy(&fileStream);
   447 				
   447 				
   448 		}
   448 		}
   449 
   449 
  1410 										 RArray<TInt>& aDriveList)
  1410 										 RArray<TInt>& aDriveList)
  1411 	{
  1411 	{
  1412 	CleanupClosePushL(aDriveList);
  1412 	CleanupClosePushL(aDriveList);
  1413 	aDriveList.Reset();
  1413 	aDriveList.Reset();
  1414 	// a copy of the controller is always kept on drive C
  1414 	// a copy of the controller is always kept on drive C
  1415 	aDriveList.Append(iSystemDrive);
  1415 	aDriveList.AppendL(iSystemDrive);
  1416 	
  1416 	
  1417 	// only controllers will be written to removable media and 
  1417 	// only controllers will be written to removable media and 
  1418 	// we have now to check for those 
  1418 	// we have now to check for those 
  1419 	TUint installationDrives  = aObject.Drives();
  1419 	TUint installationDrives  = aObject.Drives();
  1420 	TUint fixedDrives = FixedDrives();
  1420 	TUint fixedDrives = FixedDrives();