sysresmonitoring/oommonitor/src/oomactionlist.cpp
branchRCL_3
changeset 20 c2c61fdca848
parent 19 924385140d98
--- a/sysresmonitoring/oommonitor/src/oomactionlist.cpp	Tue Aug 31 15:24:25 2010 +0300
+++ b/sysresmonitoring/oommonitor/src/oomactionlist.cpp	Wed Sep 01 12:24:48 2010 +0100
@@ -18,7 +18,6 @@
 
 
 #include <hal.h>
-#include <u32hal.h>
 #include <apgwgnam.h>
 
 #include "oommonitorplugin.h"
@@ -697,7 +696,7 @@
         COomRunPluginConfig& pluginConfig = aConfig.GetPluginConfig(iPluginListV2->Uid(pluginIndex));
         
         // Create an action acording to the config
-        COomRunPlugin* action = COomRunPlugin::NewL(iPluginList->Uid(pluginIndex), pluginConfig, *this, iPluginListV2->Implementation(pluginIndex), &(iPluginListV2->Implementation(pluginIndex)));
+        COomRunPlugin* action = COomRunPlugin::NewL(iPluginListV2->Uid(pluginIndex), pluginConfig, *this, iPluginListV2->Implementation(pluginIndex), &(iPluginListV2->Implementation(pluginIndex)));
         
         iRunPluginActions.AppendL(action);
         }