sysresmonitoring/oommonitor/src/oomactionlist.cpp
branchRCL_3
changeset 62 924385140d98
parent 58 0818dd463d41
child 63 c2c61fdca848
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
    19 
    20 #include <hal.h>
    20 #include <hal.h>
       
    21 #include <u32hal.h>
    21 #include <apgwgnam.h>
    22 #include <apgwgnam.h>
    22 
    23 
    23 #include "oommonitorplugin.h"
    24 #include "oommonitorplugin.h"
    24 #include "oommonitorplugin.hrh"
    25 #include "oommonitorplugin.hrh"
    25 #include "oomactionlist.h"
    26 #include "oomactionlist.h"
   694         {
   695         {
   695         // Get the config for this plugin
   696         // Get the config for this plugin
   696         COomRunPluginConfig& pluginConfig = aConfig.GetPluginConfig(iPluginListV2->Uid(pluginIndex));
   697         COomRunPluginConfig& pluginConfig = aConfig.GetPluginConfig(iPluginListV2->Uid(pluginIndex));
   697         
   698         
   698         // Create an action acording to the config
   699         // Create an action acording to the config
   699         COomRunPlugin* action = COomRunPlugin::NewL(iPluginListV2->Uid(pluginIndex), pluginConfig, *this, iPluginListV2->Implementation(pluginIndex), &(iPluginListV2->Implementation(pluginIndex)));
   700         COomRunPlugin* action = COomRunPlugin::NewL(iPluginList->Uid(pluginIndex), pluginConfig, *this, iPluginListV2->Implementation(pluginIndex), &(iPluginListV2->Implementation(pluginIndex)));
   700         
   701         
   701         iRunPluginActions.AppendL(action);
   702         iRunPluginActions.AppendL(action);
   702         }
   703         }
   703 
   704 
   704     //allocate empty COomCloseApp objects
   705     //allocate empty COomCloseApp objects