diff -r 28839de615b4 -r 26645d81f48d persistentstorage/centralrepository/cenrepsrv/install.h --- a/persistentstorage/centralrepository/cenrepsrv/install.h Thu Aug 19 11:36:21 2010 +0300 +++ b/persistentstorage/centralrepository/cenrepsrv/install.h Tue Aug 31 16:57:14 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& aEntryArray); - void SaveInstallDirL(); void GetInstallDirL(); void ReadAndInternalizeInstallDirL(const TDesC& aInstallDirFilePath); + void HandleFileChangesL(TBool aStartup); static TBool MatchEntries(const CInstallEntry &aSource, const CInstallEntry &aTarget);