uiacceltk/hitchcock/plugins/alftranseffect/alftranseffectplugin/inc/alfserverdrawer.h
branchRCL_3
changeset 11 46927d61fef3
parent 8 10534483575f
child 24 f93c875b566e
--- 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<TInt> iActiveControlFx;
     };