homescreenpluginsrv/hspsmanager/inc/hspsserverutil.h
branchRCL_3
changeset 27 2c7f27287390
parent 25 9e077f9a342c
--- a/homescreenpluginsrv/hspsmanager/inc/hspsserverutil.h	Mon Jun 21 16:00:38 2010 +0300
+++ b/homescreenpluginsrv/hspsmanager/inc/hspsserverutil.h	Thu Jul 15 18:59:18 2010 +0300
@@ -638,6 +638,16 @@
 	     */
 	    static TInt GetEmmcDrivePath( RFs& aFs );
 	    
+	    /**
+	     * Removes all plugin resources from the provided ODT instance.
+	     * @since S60 5.0
+	     * @param aAppODT is an instance of the the application configuration         
+	     * @param aPluginUid is an UID of the plugin instance
+	     * @return KErrNone if succeeded
+	     */
+	    static TInt RemovePluginResourcesL(
+	            ChspsODT& aAppODT,
+	            const TInt aPluginUid );
 	private:
         /**
          * Internal method. Do not call directly!