installationservices/swi/source/swis/server/siscontentprovider.cpp
branchRCL_3
changeset 21 5bddc28da627
parent 0 ba25891c3a9e
child 25 7333d7932ef7
equal deleted inserted replaced
19:f8cf9d484c15 21:5bddc28da627
     1 /*
     1 /*
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-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".
   200 	CleanupClosePushL(ret);
   200 	CleanupClosePushL(ret);
   201 
   201 
   202 	for (TInt option = 0; option < options.Count(); option++)
   202 	for (TInt option = 0; option < options.Count(); option++)
   203 		{
   203 		{
   204 		const RPointerArray<CString>& names = options[option].Names();
   204 		const RPointerArray<CString>& names = options[option].Names();
   205 		ret.Append(&names[aLanguageIndex]->Data());
   205 		ret.AppendL(&names[aLanguageIndex]->Data());
   206 		}
   206 		}
   207 
   207 
   208 	CleanupStack::Pop(&ret);
   208 	CleanupStack::Pop(&ret);
   209 	return ret;
   209 	return ret;
   210 	}
   210 	}