appsupport_plat/oom_monitor_plugin_api/inc/oommonitorplugin.h
branchRCL_3
changeset 62 924385140d98
parent 58 0818dd463d41
child 63 c2c61fdca848
--- a/appsupport_plat/oom_monitor_plugin_api/inc/oommonitorplugin.h	Thu Aug 19 10:05:08 2010 +0300
+++ b/appsupport_plat/oom_monitor_plugin_api/inc/oommonitorplugin.h	Tue Aug 31 15:24:25 2010 +0300
@@ -78,16 +78,6 @@
 	* between low and good memory states.
 	*/
 	virtual void MemoryGood() = 0;
-	
-    /**
-    * Function: AppId
-    * The function return the UID3 of the process which implements the plugin
-    * By default, the Null UID [KNullUid] is returned. 
-    * The plugin can override this API with their own implementation.
-    * COomMonitorPlugin monitor plugins
-    * @return the UID3 the application which implements the plugin
-    */
-	virtual const TUid AppId() const;
 
 public:
     /**
@@ -184,16 +174,6 @@
 public:
     IMPORT_C static CAppOomMonitorPlugin* NewL(TUid aAppUid);
     
-    /**
-    * Function: AppId
-    * The function return the UID3 of the process which implements the plugin
-    * By default, the Null UID [KNullUid] is returned. 
-    * The plugin can override this API with their own implementation.
-    * COomMonitorPlugin monitor plugins
-    * @return the UID3 the application which implements the plugin
-    */
-    const TUid AppId() const;
-    
 private:
 	CAppOomMonitorPlugin(TUid aAppUid);