--- a/emailservices/emailserver/inc/FsEmailGlobalDialogsAppUi.h Fri Feb 19 22:37:30 2010 +0200
+++ b/emailservices/emailserver/inc/FsEmailGlobalDialogsAppUi.h Fri Mar 12 15:41:14 2010 +0200
@@ -39,6 +39,8 @@
void BringToForeground();
public: // From base class CAknAppUi
+ void HandleWsEventL( const TWsEvent& aEvent, CCoeControl* aDestination );
+ void HandleForegroundEventL(TBool aForeground);
void Exit();
private:
@@ -60,6 +62,10 @@
* Own.
*/
CEmailServerShutdownObserver* iShutdownObserver;
+
+ TBool iForeground;
+
+ TBool iForegroundNotTopmost;
};