homescreenpluginsrv/hspsmanager/inc/hspsthemeserversession.h
branchRCL_3
changeset 23 ace62b58f4b2
parent 11 bd874ee5e5e2
equal deleted inserted replaced
22:1b207dd38b72 23:ace62b58f4b2
   313      * @param aUidArray holds found UIDs in an array          
   313      * @param aUidArray holds found UIDs in an array          
   314      */
   314      */
   315     void FindWidgetUidsL(
   315     void FindWidgetUidsL(
   316         ChspsODT& aAppODT,
   316         ChspsODT& aAppODT,
   317         RArray<TInt>& aUidArray );
   317         RArray<TInt>& aUidArray );
   318     
   318             
   319     /**
       
   320      * Handles copying of widget resources to a destination folder.
       
   321      * @since S60 5.0.1
       
   322      * @param aAppODT Application configuration
       
   323      * @param aFilemanager File manager
       
   324      * @param aConfUid Widget which is to be processed
       
   325      * @param aDestination Target path where the files should be copied to
       
   326      */
       
   327     TInt DoCopyResourceFilesL(
       
   328         ChspsODT& aAppODT,        
       
   329         CFileMan& aFilemanager,
       
   330         const TInt aConfUid,
       
   331         const TDesC& aDestination );
       
   332     
       
   333 private:
   319 private:
   334     RFs iFs;
   320     RFs iFs;
   335     ChspsInstallationHandler* iInstallationHandler;    
   321     ChspsInstallationHandler* iInstallationHandler;    
   336     ChspsMaintenanceHandler* iMaintenanceHandler;    
   322     ChspsMaintenanceHandler* iMaintenanceHandler;    
   337     ChspsClientRequestHandler* iClientRequestHandler;    
   323     ChspsClientRequestHandler* iClientRequestHandler;