#include <mw/downloadmgrclient.h>
| class MHttpDownloadMgrNextUriObserver |
Provides the interface for sending next uri to the client when downloading OMA or COD.
| void | NextUriL | ( | RHttpDownload & | aDownload, |
| const TDesC8 & | aUri | |||
| ) | [pure virtual] | |||
Send next uri to the client. The client can then handle it.
| Parameters | |
|---|---|
| aDownload | Reference to the download. |
| aUri | Next URI of the OMA or COD download. |