installationservices/swi/source/backuprestore/backupsession.cpp
branchRCL_3
changeset 21 5bddc28da627
parent 12 7ca52d38f8c3
child 25 7333d7932ef7
equal deleted inserted replaced
19:f8cf9d484c15 21:5bddc28da627
     1 /*
     1 /*
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   214 			// Get the matching supported languages
   214 			// Get the matching supported languages
   215 			entry.GetMatchingSupportedLanguagesL(matchingSupportedLanguagesArray);
   215 			entry.GetMatchingSupportedLanguagesL(matchingSupportedLanguagesArray);
   216 
   216 
   217 			// Appending ELangNone at the end as marker for the end of the language IDs
   217 			// Appending ELangNone at the end as marker for the end of the language IDs
   218 			// as we also append the language ID's from other Augmentations
   218 			// as we also append the language ID's from other Augmentations
   219 			matchingSupportedLanguagesArray.Append(ELangNone);
   219 			matchingSupportedLanguagesArray.AppendL(ELangNone);
   220 
   220 
   221 			CleanupStack::PopAndDestroy(2, &augmentation);
   221 			CleanupStack::PopAndDestroy(2, &augmentation);
   222 			}
   222 			}
   223 			
   223 			
   224 		if(nonRemovableAugmentation && augmentationCount)
   224 		if(nonRemovableAugmentation && augmentationCount)