diff -r 5cc91383ab1e -r 7333d7932ef7 installationservices/swi/inc/scrhelperutil.h --- a/installationservices/swi/inc/scrhelperutil.h Thu Aug 19 10:02:49 2010 +0300 +++ b/installationservices/swi/inc/scrhelperutil.h Tue Aug 31 15:21:33 2010 +0300 @@ -132,6 +132,9 @@ 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