homescreenpluginsrv/hspsmanager/inc/hspsserverutil.h
branchRCL_3
changeset 31 8baec10861af
parent 30 a5a39a295112
equal deleted inserted replaced
30:a5a39a295112 31:8baec10861af
   388             const TDesC8& aGetAttrName,
   388             const TDesC8& aGetAttrName,
   389             TPtrC8& aGetAttrValue );
   389             TPtrC8& aGetAttrValue );
   390 
   390 
   391         /**
   391         /**
   392          * Checks resource files of defined configuration
   392          * Checks resource files of defined configuration
   393          * Function leaves if all resource files cannot be found
   393          * Function changes resoure paths according to the current
   394          * @since S60 5.0
   394          * device language.
   395          * @param aOdt is an instance of the ODT class
   395          * Function leaves if all resource files cannot be found.
   396          * @param aConfUid is configuration UID which resources are checked
   396          * @since S60 5.0
       
   397          * @param aOdt is the application configuration instance         
       
   398          * @param aPluginHeader is the plugin which should be checked
       
   399          * @param aRfs is an existing file server session
   397          */
   400          */
   398         static void CheckResourceFilesL( 
   401         static void CheckResourceFilesL( 
   399             const ChspsODT& aOdt,
   402             ChspsODT& aAppOdt,            
   400             const TInt aConfUid );
   403             const ChspsODT& aPluginHeader,
       
   404             RFs& aRfs );
   401 
   405 
   402         /**
   406         /**
   403          * Returns configuration's version string
   407          * Returns configuration's version string
   404          * Function leaves if configuration cannot be found
   408          * Function leaves if configuration cannot be found
   405          * @since S60 5.0
   409          * @since S60 5.0