diff -r c34c36d1c835 -r 6e38e48ee756 applicationmanagement/server/inc/appmgmtdownloadmgr.h --- a/applicationmanagement/server/inc/appmgmtdownloadmgr.h Fri Jul 23 16:30:56 2010 +0530 +++ b/applicationmanagement/server/inc/appmgmtdownloadmgr.h Fri Aug 06 18:56:37 2010 +0530 @@ -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);