MHttpDownloadMgrNextUriObserver Class Reference

API published in: S60 2nd Ed FP 3

Link against: downloadmgr.lib

Capability Information

Required Capabilities

None

Exceptions

The capability NetworkServices is required in: RHttpDownloadMgr::ConnectL( TUid aAppUid, MHttpDownloadMgrObserver& aObserver, TBool aMaster)


#include <downloadmgrclient.h>

Detailed Description

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

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-2008
Back to top