diff -r c4687ff85147 -r 6757f1e2efd2 applicationmanagement/server/inc/AMPreInstallApp.h --- a/applicationmanagement/server/inc/AMPreInstallApp.h Thu Aug 19 09:42:30 2010 +0300 +++ b/applicationmanagement/server/inc/AMPreInstallApp.h Tue Aug 31 15:05:55 2010 +0300 @@ -59,6 +59,7 @@ TBool RecognizeL(TDesC& aPathAndName, HBufC* aMimeType); void MakeAllInstallPathsL(); void GetPreInstalledAppsL(RPointerArray &aPreInstalledAppParams); + void Listallapps(); private: CAMPreInstallApp(); @@ -76,7 +77,7 @@ RFs iFs; CDeliveryComponentStorage *iStorage; RPointerArray iPreInstalledAppParams; - + };