MHttpDownloadMgrNextUriObserver Class Reference

Link against: DownloadMgr.lib


#include <
DownloadMgrClient.h>

Detailed Description

Provides the interface for sending next uri to the client when downloading OMA or COD.
Dll -
Since:
Series 60 3.0

Public Member Functions

virtual void NextUriL (RHttpDownload &aDownload, const TDesC8 &aUri)=0
 Send next uri to the client.

Member Function Documentation

virtual void MHttpDownloadMgrNextUriObserver::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.
Returns:
None.

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top