diff -r 11d3954df52a -r 627c4a0fd0e7 src/hbcore/core/hbinstance_p.h --- a/src/hbcore/core/hbinstance_p.h Thu May 27 13:10:59 2010 +0300 +++ b/src/hbcore/core/hbinstance_p.h Fri Jun 11 13:58:22 2010 +0300 @@ -38,7 +38,7 @@ #ifdef Q_OS_SYMBIAN #include const TUid HBTESTABILITY_CREPO_ID = {0x2002C3AE}; -const TUint32 HbTestabilityKey = 0x1; +const TUint32 HbTestabilityKey = 0x1; #endif class HbLocaleChangeNotifier; @@ -85,14 +85,14 @@ private: #ifdef HB_TESTABILITY TestabilityInterface *testabilityInterface; -#ifdef Q_OS_SYMBIAN - CRepository *mRepo; - bool testabilityEnabled; +#ifdef Q_OS_SYMBIAN + CRepository *mRepo; + bool testabilityEnabled; #endif //Q_OS_SYMBIAN #endif //HB_TESTABILITY - HbLocaleChangeNotifier* mLocaleChangeNotifier; - + HbLocaleChangeNotifier *mLocaleChangeNotifier; + // Provided for HbMainWindow & friends who have to access // HbInstancePrivate in order to add/remove windows. // NOTE: Still kept as private to track dependencies...