sysresmonitoring/oommonitor/inc/oomrunplugin.h
branchRCL_3
changeset 62 924385140d98
parent 58 0818dd463d41
child 63 c2c61fdca848
--- a/sysresmonitoring/oommonitor/inc/oomrunplugin.h	Thu Aug 19 10:05:08 2010 +0300
+++ b/sysresmonitoring/oommonitor/inc/oomrunplugin.h	Tue Aug 31 15:24:25 2010 +0300
@@ -63,20 +63,8 @@
     
 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;