diff -r 88b23e2e82e1 -r 46927d61fef3 uiacceltk/hitchcock/plugins/alftranseffect/alftranseffectplugin/inc/alfserverdrawer.h --- a/uiacceltk/hitchcock/plugins/alftranseffect/alftranseffectplugin/inc/alfserverdrawer.h Wed Mar 31 23:03:58 2010 +0300 +++ b/uiacceltk/hitchcock/plugins/alftranseffect/alftranseffectplugin/inc/alfserverdrawer.h Wed Apr 14 16:53:50 2010 +0300 @@ -110,6 +110,7 @@ void DoSendBeginFullscreenL(); TInt SendBeginControlTransition(); TInt SendFinishControlTransition(); + TInt DoSendFinishControlTransition(TInt aHandle); TBool EffectFinishedFullScreen() const; @@ -203,6 +204,8 @@ RFs iFs; TBool iFullScreenFxSent; TBool iFullScreenEndSent; + + RArray iActiveControlFx; };