homescreenpluginsrv/hspsmanager/inc/hspsthemeserver.h
branchRCL_3
changeset 23 ace62b58f4b2
parent 22 1b207dd38b72
child 25 9e077f9a342c
--- a/homescreenpluginsrv/hspsmanager/inc/hspsthemeserver.h	Tue May 25 13:01:39 2010 +0300
+++ b/homescreenpluginsrv/hspsmanager/inc/hspsthemeserver.h	Wed Jun 09 10:01:25 2010 +0300
@@ -534,6 +534,16 @@
         TInt& aPos );
     
     /**
+     * Erases resource files from plug-in specific subdirectories under
+     * the client's private path.
+	 * Plug-ins that belong to an active application configuration will 
+	 * be processed.
+     * @since S60 5.2
+     * @param aAppODT is an application configuration to be checked	 
+     */
+    void ResetResourcesL( ChspsODT& aAppODT );
+    
+    /**
      * Localizes an ODT.
      * Testing: change first two digits from \epoc32\RELEASE\WINSCW\udeb\
      * Z\resource\BootData\Languages.txt file and reboot the emulator.     
@@ -1028,6 +1038,7 @@
     TBool iHeaderListPending;
            
     RFs iFsSession;
+    CFileMan* iFileMan;
     ChspsDefinitionRepository* iDefinitionRepository;
     CRepository* iCentralRepository;
     ChspsSecurityEnforcer* iSecurityEnforcer;