applicationmanagement/server/inc/AMPreInstallApp.h
branchRCL_3
changeset 25 5b858729772b
parent 24 6757f1e2efd2
--- 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<TPreInstalledAppParams> &aPreInstalledAppParams);
-        void Listallapps();
 private:
         CAMPreInstallApp();
 
@@ -77,7 +76,7 @@
         RFs iFs;
         CDeliveryComponentStorage *iStorage;
         RPointerArray<TPreInstalledAppParams> iPreInstalledAppParams;
-
+        
         };