Update contrib.
1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef _DOWNGRADEPATH_H_
17 #define _DOWNGRADEPATH_H_
23 typedef RArray<TLanguage> Languages;
26 This class is used to cache previously stored language settings.
27 This is required for any subsequent call to RDowngradePath::HasChangedL
28 as changes in language downgrade path means ECOM needs to do a rediscover
29 of all the plugins to pick up the right language variant.
35 static Languages iCurrentLanguage;
38 static TBool HasChangedL(RFs& aFs);
42 #endif // _DOWNGRADEPATH_H_