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