diff -r 15bf7259bb7c -r d8a3531bc6b8 uiacceltk/hitchcock/goommonitor/inc/goomactionlist.h --- a/uiacceltk/hitchcock/goommonitor/inc/goomactionlist.h Tue Feb 02 07:56:43 2010 +0200 +++ b/uiacceltk/hitchcock/goommonitor/inc/goomactionlist.h Mon Feb 22 17:57:49 2010 +0200 @@ -201,6 +201,10 @@ } void SetPriority(TInt aWgId, TInt aPriority); + + TBool IsRunningKillAppActions(); + + TUint CurrentPluginRun(); private: @@ -244,6 +248,8 @@ RArray iAppsProtectedByPlugins; TBool iRunningKillAppActions; + + TUint iCurrentPluginRun; }; #include "goomactionlist.inl"