--- a/fep/aknfep/inc/AknFepSharedDataInterface.h Tue Apr 27 16:59:43 2010 +0300
+++ b/fep/aknfep/inc/AknFepSharedDataInterface.h Tue May 11 16:31:42 2010 +0300
@@ -30,9 +30,11 @@
#define _AKNFEP_SHARED_DATA_INT_H__
#include <e32base.h>
-#include <ptidefs.h>
+#include <PtiDefs.h>
#include <e32property.h>
#include <cenrepnotifyhandler.h>
+#include <pslninternalcrkeys.h>
+
class CRepository;
class CAknFepRepositoryWatcher : public CBase, public MCenRepNotifyHandlerCallback
@@ -503,6 +505,8 @@
void SetFepLastUseVkbModeForLandscape(TInt aValue);
TBool AutoRotateEnabled();
+
+ TBool ThemeEffectsEnabled();
#ifdef __ITI_LONGPRESS_NUM_SHIFT_COPYPASTE__
#ifdef RD_INTELLIGENT_TEXT_INPUT
/**
@@ -736,6 +740,7 @@
CRepository* iGsPenSettings; //for global setting
CRepository* iLocaleRepository; // locale related settings
CRepository* iSensorRepository;
+ CRepository* iThemeEffectsRepository;//transition effects
CAknFepRepositoryWatcher* iAknFepRepositoryWatcher;
CAknFepRepositoryWatcher* iAknFepLocaleRepositoryWatcher;