homescreenpluginsrv/hspsmanager/inc/hspsserverutil.h
branchRCL_3
changeset 110 2c7f27287390
parent 101 9e077f9a342c
equal deleted inserted replaced
101:9e077f9a342c 110:2c7f27287390
   636 	     * @return index of internal mass memory drive. KErrNotFound if drive
   636 	     * @return index of internal mass memory drive. KErrNotFound if drive
   637 	     * does not exists.
   637 	     * does not exists.
   638 	     */
   638 	     */
   639 	    static TInt GetEmmcDrivePath( RFs& aFs );
   639 	    static TInt GetEmmcDrivePath( RFs& aFs );
   640 	    
   640 	    
       
   641 	    /**
       
   642 	     * Removes all plugin resources from the provided ODT instance.
       
   643 	     * @since S60 5.0
       
   644 	     * @param aAppODT is an instance of the the application configuration         
       
   645 	     * @param aPluginUid is an UID of the plugin instance
       
   646 	     * @return KErrNone if succeeded
       
   647 	     */
       
   648 	    static TInt RemovePluginResourcesL(
       
   649 	            ChspsODT& aAppODT,
       
   650 	            const TInt aPluginUid );
   641 	private:
   651 	private:
   642         /**
   652         /**
   643          * Internal method. Do not call directly!
   653          * Internal method. Do not call directly!
   644          * 
   654          * 
   645          * Modify node's childs according to given edit mode.
   655          * Modify node's childs according to given edit mode.