homescreenpluginsrv/hspsmanager/inc/hspsserverutil.h
branchRCL_3
changeset 12 502e5d91ad42
parent 0 79c6a41cd166
child 14 15e4dd19031c
equal deleted inserted replaced
11:bd874ee5e5e2 12:502e5d91ad42
   521          */		
   521          */		
   522 	    static ChspsDomNode* FindNodeByTagL( 
   522 	    static ChspsDomNode* FindNodeByTagL( 
   523                         const TDesC8& aNodeTag,
   523                         const TDesC8& aNodeTag,
   524                         ChspsDomNode& aDomNode );	
   524                         ChspsDomNode& aDomNode );	
   525         
   525         
       
   526 	    /**	     
       
   527          * Eclipsing enabler for customization where the input is 
       
   528          * searched from all secure unremovable drives. 
       
   529          * Drives are searched in descending alphabetical order, 
       
   530          * from Y: to A:, and ending with the Z: drive. 
       
   531          * All drives which end-user can freely modify/crack 
       
   532          * are skipped from the search.         
       
   533          * @since S60 5.2
       
   534 	     * @param aFs is a reference to open file server session handle
       
   535 	     * @param aPath is path of the file
       
   536 	     * @param aFilename is name and extension of the file
       
   537 	     * @param aDrivePathName Full path with a drive letter to the 
       
   538          *                       resource file (output)
       
   539 	     */
       
   540 	    static TInt FindFile(
       
   541 	             RFs& aFs,
       
   542 	             const TDesC& aPath,
       
   543 	             const TDesC& aFilename,         
       
   544 	             TFileName& aDrivePathName );
       
   545 	    
   526 	private:
   546 	private:
   527         /**
   547         /**
   528          * Internal method. Do not call directly!
   548          * Internal method. Do not call directly!
   529          * 
   549          * 
   530          * Modify node's childs according to given edit mode.
   550          * Modify node's childs according to given edit mode.