diff -r cfea66083b62 -r baacf668fe89 phoneapp/phoneui2/inc/phoneuihousehold_p.h --- a/phoneapp/phoneui2/inc/phoneuihousehold_p.h Mon Oct 04 16:06:10 2010 +0300 +++ b/phoneapp/phoneui2/inc/phoneuihousehold_p.h Fri Oct 15 12:58:46 2010 +0300 @@ -71,13 +71,20 @@ const TUint aKey, const TInt aValue ); + /** + * Creates new translators, loads translation files for current language + */ + void loadTranslators(); + private: /** * Constructor */ void ConstructL(); - + + void resetTranslators(); + private: // Startup states. // EPhoneStartupInitial - Initial state. @@ -97,8 +104,8 @@ // Recovery id for startup signalling. TRecoveryId iStartupSignalRecoveryId; - //Boolean flag. ETrue iff we have reached light idle - TBool iLightIdleReached; + //Boolean flag. True if we have reached light idle + bool iLightIdleReached; CPhoneUIController* iPhoneUIController; @@ -113,6 +120,8 @@ //List for translators QList m_translators; + bool m_featMgrInit; + }; #endif