persistentstorage/centralrepository/cenrepsrv/install.h
changeset 46 826b40dcb0a8
parent 0 08ec8eefde2f
child 45 cc28652e0254
--- a/persistentstorage/centralrepository/cenrepsrv/install.h	Wed Aug 18 11:30:17 2010 +0300
+++ b/persistentstorage/centralrepository/cenrepsrv/install.h	Thu Sep 02 22:18:45 2010 +0300
@@ -60,7 +60,7 @@
 	void Start();
 	~CCentRepSWIWatcher();
 	void HandleSWIEventL(TInt swiProperty);
-    void FindChangedEntriesL(TBool aStartup=EFalse);		
+    void FindChangedEntriesL(TBool aStartup=EFalse);
 	//From CActive
 protected:	
 	void RunL();
@@ -72,11 +72,11 @@
 	void ConstructL();
 	
 	void ReadInstallDirL(RPointerArray<CInstallEntry>& aEntryArray);
-
 	
 	void SaveInstallDirL();
 	void GetInstallDirL();
 	void ReadAndInternalizeInstallDirL(const TDesC& aInstallDirFilePath);
+	void HandleFileChangesL(TBool aStartup);
 	
 	static TBool MatchEntries(const CInstallEntry &aSource, const CInstallEntry &aTarget);