diff -r 7333d7932ef7 -r 8b7f4e561641 installationservices/swi/inc/scrhelperutil.h --- a/installationservices/swi/inc/scrhelperutil.h Tue Aug 31 15:21:33 2010 +0300 +++ b/installationservices/swi/inc/scrhelperutil.h Wed Sep 01 12:22:02 2010 +0100 @@ -132,9 +132,6 @@ HBufC8* GetLogInfoLC(const Usif::RSoftwareComponentRegistry& aScrSession, TInt aMaxLogEntries); void WriteToScrL(Usif::RSoftwareComponentRegistry& aScrSession, Usif::TComponentId& aCompId, CSisRegistryObject& aObject, Usif::TScrComponentOperationType aOpType); - void AddApplicationEntryL(Usif::RSoftwareComponentRegistry& aScrSession, Usif::TComponentId& aCompId, const Usif::CApplicationRegistrationData& aApplicationRegistrationData); - void DeleteApplicationEntriesL(Usif::RSoftwareComponentRegistry& aScrSession, Usif::TComponentId& aCompId); - void DeleteApplicationEntryL(Usif::RSoftwareComponentRegistry& aScrSession, const TUid& aAppUId); } // End of name space ScrHelperUtil