#include <mw/downloadmgrclient.h>
class MHttpDownloadMgrNextUriObserver |
Public Member Functions | |
---|---|
pure virtual void | NextUriL(RHttpDownload &, const TDesC8 &) |
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.
Parameter | Description |
---|---|
aDownload | Reference to the download. |
aUri | Next URI of the OMA or COD download. |
Returns: None.