applicationmanagement/server/inc/appmgmtdownloadmgr.h
changeset 53 1273bf2c520c
parent 42 aa33c2cb9a50
--- a/applicationmanagement/server/inc/appmgmtdownloadmgr.h	Tue Jul 06 14:06:19 2010 +0300
+++ b/applicationmanagement/server/inc/appmgmtdownloadmgr.h	Wed Aug 18 09:39:31 2010 +0300
@@ -76,7 +76,7 @@
         appmgmtdownloadmgr(QWidget* parent, MDownloadMgrQTCallback& wrapper, TRequestStatus& aStatus);
         ~appmgmtdownloadmgr();
         
-        void startDownload(CDeploymentComponent *aComponent);
+        void startDownload(CDeploymentComponent *aComponent, int aIapid);
         void showDialog(CDeploymentComponent *aComponent);
         void showUninstallDialog(const CDeploymentComponent &aCompo, TRequestStatus &s);
         void updateProgress(TInt32 aDownloadedSize, TInt32 aContentSize);
@@ -91,6 +91,7 @@
         void sendSrvToBg();
         QString convertSize();
         int currDwnldStatForGenericAlert(int dwnldstatus);
+        QString GetIapNameWithIdL(TInt aIapId);
         
     public slots:
         bool downloadMgrEventRecieved(DownloadManagerEvent *event);