MHttpDownloadMgrNextUriObserver Class Reference

class MHttpDownloadMgrNextUriObserver

Provides the interface for sending next uri to the client when downloading OMA or COD.

-
Since
Series 60 3.0
Public Member Functions
void NextUriL ( RHttpDownload &, const TDesC8 &)

Member Functions Documentation

NextUriL(RHttpDownload &, const TDesC8 &)

void NextUriL ( RHttpDownload & aDownload,
const TDesC8 & aUri
) [pure virtual]

Send next uri to the client. The client can then handle it.

Parameters

RHttpDownload & aDownload Reference to the download.
const TDesC8 & aUri Next URI of the OMA or COD download.