harvester/monitorplugins/mdsoomplugin/inc/mdsoomplugin.h
branchRCL_3
changeset 15 3cebc1a84278
parent 0 c53acadfccc6
--- a/harvester/monitorplugins/mdsoomplugin/inc/mdsoomplugin.h	Fri Mar 12 15:44:28 2010 +0200
+++ b/harvester/monitorplugins/mdsoomplugin/inc/mdsoomplugin.h	Mon Mar 15 12:42:24 2010 +0200
@@ -32,7 +32,7 @@
 *  CMdSOomPlugin
 * 
 */
-class CMdSOomPlugin : public COomMonitorPlugin
+class CMdSOomPlugin : public COomMonitorPluginV2
 	{
 public:
 	// Constructors and destructor
@@ -45,14 +45,14 @@
 	
 
 	/**
-	 * From COomMonitorPlugin
+	 * From COomMonitorPlugin v2
 	 * FreeRam is called when the system RAM level becomes
 	 * low. This plugin is requested to help free some RAM.
 	 */
-	void FreeRam();
+	void FreeRam( TInt aBytesToFree );
 
 	/**
-	 * From COomMonitorPlugin
+	 * From COomMonitorPlugin v2
 	 * MemoryGood is called when the system RAM level becomes
 	 * good after being low.The plugin may take this opportunity
 	 * to start using RAM again.