diff -r 924385140d98 -r c2c61fdca848 sysresmonitoring/oommonitor/inc/oomrunplugin.h --- 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;