uiacceltk/hitchcock/goommonitor/inc/goomactionlist.h
branchRCL_3
changeset 3 d8a3531bc6b8
parent 0 15bf7259bb7c
child 8 10534483575f
equal deleted inserted replaced
0:15bf7259bb7c 3:d8a3531bc6b8
   199         {
   199         {
   200         return iMonitor.ActiveClientId();
   200         return iMonitor.ActiveClientId();
   201         }
   201         }
   202     
   202     
   203     void SetPriority(TInt aWgId, TInt aPriority);
   203     void SetPriority(TInt aWgId, TInt aPriority);
       
   204     
       
   205     TBool IsRunningKillAppActions();
       
   206     
       
   207     TUint CurrentPluginRun();
   204             
   208             
   205 private:
   209 private:
   206     
   210     
   207     CGOomActionList(CMemoryMonitor& aMonitor, CMemoryMonitorServer& aServer, RWsSession& aWs);
   211     CGOomActionList(CMemoryMonitor& aMonitor, CMemoryMonitorServer& aServer, RWsSession& aWs);
   208     
   212     
   242     CMemoryMonitorServer& iServer;
   246     CMemoryMonitorServer& iServer;
   243     
   247     
   244     RArray<TUint> iAppsProtectedByPlugins;
   248     RArray<TUint> iAppsProtectedByPlugins;
   245     
   249     
   246     TBool iRunningKillAppActions;
   250     TBool iRunningKillAppActions;
       
   251     
       
   252     TUint iCurrentPluginRun;
   247     };
   253     };
   248 
   254 
   249 #include "goomactionlist.inl"
   255 #include "goomactionlist.inl"
   250 
   256 
   251 #endif /*GOOMACTIONLIST_H_*/
   257 #endif /*GOOMACTIONLIST_H_*/