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