diff -r 1801340c26a2 -r e5af45d51884 uiacceltk/hitchcock/ServerCore/Inc/alfeffectutils.h --- a/uiacceltk/hitchcock/ServerCore/Inc/alfeffectutils.h Thu Aug 19 10:48:02 2010 +0300 +++ b/uiacceltk/hitchcock/ServerCore/Inc/alfeffectutils.h Tue Aug 31 16:07:35 2010 +0300 @@ -124,7 +124,6 @@ void Blank(TBool aEnabled); void LowMemoryEvent(); void BeginLayoutSwitch(); - void ImplicitBlank(); void Event(TEvent aEvent); void Transition(TState aNewState, TState aPreviousState); @@ -139,8 +138,7 @@ void HandleThemeEvent(TEvent aEvent); void FreezeFinished(); - void HandleBlankChange(); - + public: TBool IsThemeEffectEnabled() const; TBool LayoutSwitchEffectsExist() const; @@ -168,7 +166,6 @@ static TInt DoFreezeFinished(TAny* aAny); static TInt DoNextLayoutSwitchContext(TAny* aAny); - static TInt DoImplicitBlankOff(TAny* aAny); private: // Data @@ -177,12 +174,9 @@ TThreadPriority iOriginalPriority; CAlfRosterFreezeEndTimer* iRosterFreezeEndTimer; TBool iBlankEnabled; - TBool iImplicitBlankEnabled; - TBool iAknBlankEnabled; TState iCurrentState; TBool iLayoutSwitchNotCompleted; - CPeriodic* iImplicitBlankTimer; }; // --------------------------------------------------------- @@ -263,7 +257,7 @@ TRect iRect; TBool iLongAppStartTimeout; TBool iTimeout; - TBool iIsRedirected; + void SetState(TEffectState aState);