harvester/monitorplugins/mdsoomplugin/inc/mdsoomplugin.h
branchGCC_SURGE
changeset 39 3d9988ee47f5
parent 35 f727727520eb
--- a/harvester/monitorplugins/mdsoomplugin/inc/mdsoomplugin.h	Fri Jun 25 13:56:30 2010 +0100
+++ b/harvester/monitorplugins/mdsoomplugin/inc/mdsoomplugin.h	Thu Jul 22 16:38:01 2010 +0100
@@ -32,7 +32,7 @@
 *  CMdSOomPlugin
 * 
 */
-class CMdSOomPlugin : public COomMonitorPlugin
+class CMdSOomPlugin : public COomMonitorPluginV2
 	{
 public:
 	// Constructors and destructor
@@ -48,9 +48,8 @@
 	 * From COomMonitorPlugin v2
 	 * FreeRam is called when the system RAM level becomes
 	 * low. This plugin is requested to help free some RAM.
-	 * Paramater reserved for v2 plugin
 	 */
-	void FreeRam( /*TInt aBytesToFree*/ );
+	void FreeRam( TInt aBytesToFree );
 
 	/**
 	 * From COomMonitorPlugin v2