sysresmonitoring/oommonitor/inc/oomrunplugin.h
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
child 82 4610cd70c542
--- a/sysresmonitoring/oommonitor/inc/oomrunplugin.h	Tue Aug 31 15:24:25 2010 +0300
+++ b/sysresmonitoring/oommonitor/inc/oomrunplugin.h	Wed Sep 01 12:24:48 2010 +0100
@@ -63,8 +63,20 @@
     
 private:
     
-    COomRunPlugin(TUint aPluginId, COomRunPluginConfig& aConfig, MOomActionObserver& aStateChangeObserver, COomMonitorPlugin& aPlugin, COomMonitorPluginV2* aV2Plugin);
+    COomRunPlugin(TUint aPluginId, COomRunPluginConfig& aConfig, 
+            MOomActionObserver& aStateChangeObserver, 
+            COomMonitorPlugin& aPlugin, COomMonitorPluginV2* aV2Plugin);
     
+    /**
+     * Function: IsAppDataPaged
+     * Checks whether the application which implements the given 
+     * COomMonitorPlugin is data paged
+     * @param instance of the monitor plugin.
+     * @return ETrue if the application is data paged, else EFalse;
+     */
+    TBool IsAppDataPaged( COomMonitorPlugin& aPlugin ) const;
+    
+private:   
     TUint iPluginId;
     
     COomMonitorPlugin& iPlugin;