harvester/monitorplugins/mdsoomplugin/inc/mdsoomplugin.h
changeset 35 f727727520eb
parent 21 50bf9db68373
--- a/harvester/monitorplugins/mdsoomplugin/inc/mdsoomplugin.h	Fri Jun 11 14:04:21 2010 +0300
+++ b/harvester/monitorplugins/mdsoomplugin/inc/mdsoomplugin.h	Wed Jun 23 18:41:19 2010 +0300
@@ -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