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