homescreenpluginsrv/hspsmanager/inc/hspsthemeserver.h
branchRCL_3
changeset 82 ace62b58f4b2
parent 78 1b207dd38b72
child 101 9e077f9a342c
equal deleted inserted replaced
78:1b207dd38b72 82:ace62b58f4b2
   532         ChspsODT& aSearchMask,
   532         ChspsODT& aSearchMask,
   533         ChspsODT*& aConfHeader,
   533         ChspsODT*& aConfHeader,
   534         TInt& aPos );
   534         TInt& aPos );
   535     
   535     
   536     /**
   536     /**
       
   537      * Erases resource files from plug-in specific subdirectories under
       
   538      * the client's private path.
       
   539 	 * Plug-ins that belong to an active application configuration will 
       
   540 	 * be processed.
       
   541      * @since S60 5.2
       
   542      * @param aAppODT is an application configuration to be checked	 
       
   543      */
       
   544     void ResetResourcesL( ChspsODT& aAppODT );
       
   545     
       
   546     /**
   537      * Localizes an ODT.
   547      * Localizes an ODT.
   538      * Testing: change first two digits from \epoc32\RELEASE\WINSCW\udeb\
   548      * Testing: change first two digits from \epoc32\RELEASE\WINSCW\udeb\
   539      * Z\resource\BootData\Languages.txt file and reboot the emulator.     
   549      * Z\resource\BootData\Languages.txt file and reboot the emulator.     
   540      * @since S60 5.0
   550      * @since S60 5.0
   541      * @param aEngine is a service for replacing DTD entities in XML.
   551      * @param aEngine is a service for replacing DTD entities in XML.
  1026     // Contents of the header cache
  1036     // Contents of the header cache
  1027     CArrayPtrSeg<ChspsODT>* iHeaderListCache;
  1037     CArrayPtrSeg<ChspsODT>* iHeaderListCache;
  1028     TBool iHeaderListPending;
  1038     TBool iHeaderListPending;
  1029            
  1039            
  1030     RFs iFsSession;
  1040     RFs iFsSession;
       
  1041     CFileMan* iFileMan;
  1031     ChspsDefinitionRepository* iDefinitionRepository;
  1042     ChspsDefinitionRepository* iDefinitionRepository;
  1032     CRepository* iCentralRepository;
  1043     CRepository* iCentralRepository;
  1033     ChspsSecurityEnforcer* iSecurityEnforcer;
  1044     ChspsSecurityEnforcer* iSecurityEnforcer;
  1034     ChspsFileChangeListener* iFileChangeListener;
  1045     ChspsFileChangeListener* iFileChangeListener;
  1035     
  1046